| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz.impl | |
| mikera.vectorz | |
| mikera.vectorz.impl | |
| mikera.vectorz.ops |
| Modifier and Type | Method and Description |
|---|---|
void |
INDArray.applyOp(Op op)
Applies a unary operator to all elements of the array (in-place)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMatrix.applyOp(Op op) |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorMatrixMN.applyOp(Op op) |
void |
RowMatrix.applyOp(Op op) |
void |
ColumnMatrix.applyOp(Op op) |
void |
AVectorMatrix.applyOp(Op op) |
| Constructor and Description |
|---|
AOpTransform(Op op,
int dims) |
| Modifier and Type | Field and Description |
|---|---|
static Op |
Op.LINEAR |
static Op |
Op.LOGISTIC |
static Op |
Op.RECTIFIER |
static Op |
Op.SOFTPLUS |
static Op |
Op.STOCHASTIC_BINARY |
static Op |
Op.STOCHASTIC_LOGISTIC |
static Op |
Op.TANH |
| Modifier and Type | Method and Description |
|---|---|
Op |
Op.compose(Op op) |
static Op |
Op.compose(Op op1,
Op op2) |
Op |
Op.getInverse() |
Op |
IOp.getInverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vector4.applyOp(Op op) |
void |
Vector3.applyOp(Op op) |
void |
Vector2.applyOp(Op op) |
void |
Vector1.applyOp(Op op) |
void |
Vector.applyOp(Op op) |
void |
AVector.applyOp(Op op) |
void |
AScalar.applyOp(Op op) |
void |
ArrayVector.applyOp(Op op) |
Op |
Op.compose(Op op) |
static Op |
Op.compose(Op op1,
Op op2) |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinedVector.applyOp(Op op) |
void |
JoinedArrayVector.applyOp(Op op) |
| Modifier and Type | Class and Description |
|---|---|
class |
ABoundedOp |
class |
ALinearOp |
class |
ClampOp
Operator for clamping values within a given range
|
class |
ComposedOp |
class |
ConstantOp |
class |
GaussianNoise
Operator to add gaussian noise to a value
|
class |
IdentityOp
Singleton identity operator
|
class |
InverseOp |
class |
LinearOp |
class |
Logistic |
class |
OffsetOp |
class |
SoftPlus |
class |
StochasticBinary |
class |
Tanh |
| Modifier and Type | Method and Description |
|---|---|
Op |
OffsetOp.compose(ALinearOp op) |
Op |
LinearOp.compose(ALinearOp op) |
Op |
OffsetOp.compose(Op op) |
Op |
LinearOp.compose(Op op) |
Op |
IdentityOp.compose(Op op) |
Op |
ConstantOp.compose(Op op) |
Op |
InverseOp.getInverse() |
Op |
ComposedOp.getInverse() |
| Modifier and Type | Method and Description |
|---|---|
Op |
OffsetOp.compose(Op op) |
Op |
LinearOp.compose(Op op) |
Op |
IdentityOp.compose(Op op) |
Op |
ConstantOp.compose(Op op) |
| Constructor and Description |
|---|
ComposedOp(Op outer,
Op inner) |
InverseOp(Op op) |
Copyright © 2013. All Rights Reserved.