| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.matrixx | |
| mikera.vectorz | |
| mikera.vectorz.ops |
| Modifier and Type | Method and Description |
|---|---|
void |
SliceArray.applyOp(IOp op) |
void |
INDArray.applyOp(IOp op)
Applies a unary operator to all elements of the array (in-place)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMatrix.applyOp(IOp op) |
| Modifier and Type | Class and Description |
|---|---|
class |
Op
Abstract class for representing a unary operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVector.applyOp(IOp op) |
void |
AScalar.applyOp(IOp op) |
| Modifier and Type | Class and Description |
|---|---|
class |
ABoundedOp |
class |
AFunctionOp |
class |
ALinearOp |
class |
APolynomialOp |
class |
ClampOp
Operator for clamping values within a given range
|
class |
ComposedOp |
class |
ConstantOp |
class |
DerivativeOp |
class |
GaussianNoise
Operator to add gaussian noise to a value
|
class |
IdentityOp
Singleton identity operator
|
class |
InverseOp |
class |
LinearOp |
class |
Logistic |
class |
OffsetOp |
class |
ProductOp |
class |
QuadraticOp |
class |
SoftPlus |
class |
StochasticBinary |
class |
SumOp |
class |
Tanh |
Copyright © 2013. All Rights Reserved.