| 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 |
SliceArray.applyOp(Op op) |
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 |
Ops.COS |
static Op |
Ops.EXP |
static Op |
Ops.LINEAR |
static Op |
Ops.LOGISTIC |
static Op |
Ops.NEGATE |
static Op |
Ops.RECIPROCAL |
static Op |
Ops.RECTIFIER |
static Op |
Ops.SIN |
static Op |
Ops.SOFTPLUS |
static Op |
Ops.STOCHASTIC_BINARY |
static Op |
Ops.STOCHASTIC_LOGISTIC |
static Op |
Ops.TANH |
| Modifier and Type | Method and Description |
|---|---|
Op |
Op.compose(Op op) |
static Op |
Ops.compose(Op a,
Op b) |
static Op |
Op.compose(Op op1,
Op op2) |
Op |
Op.getDerivativeOp() |
Op |
Op.getInverse() |
Op |
IOp.getInverse() |
static Op |
Ops.negate(Op op) |
Op |
Op.product(Op op) |
static Op |
Ops.product(Op a,
Op b) |
Op |
Op.sum(Op op) |
| 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 |
Ops.compose(Op a,
Op b) |
static Op |
Op.compose(Op op1,
Op op2) |
static Op |
Ops.negate(Op op) |
Op |
Op.product(Op op) |
static Op |
Ops.product(Op a,
Op b) |
Op |
Op.sum(Op op) |
| 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 |
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 |
| Modifier and Type | Field and Description |
|---|---|
Op |
SumOp.a |
Op |
ProductOp.a |
Op |
SumOp.b |
Op |
ProductOp.b |
Op |
ComposedOp.inner |
Op |
ComposedOp.outer |
| Modifier and Type | Method and Description |
|---|---|
Op |
QuadraticOp.compose(ALinearOp op) |
Op |
OffsetOp.compose(ALinearOp op) |
Op |
LinearOp.compose(ALinearOp op) |
Op |
QuadraticOp.compose(Op op) |
Op |
OffsetOp.compose(Op op) |
Op |
LinearOp.compose(Op op) |
Op |
IdentityOp.compose(Op op) |
Op |
ConstantOp.compose(Op op) |
Op |
ALinearOp.compose(Op op) |
static Op |
ComposedOp.compose(Op outer,
Op inner) |
static Op |
QuadraticOp.create(double a,
double b,
double c) |
static Op |
SumOp.create(Op a,
Op b) |
static Op |
ProductOp.create(Op a,
Op b) |
static Op |
ComposedOp.create(Op a,
Op b) |
Op |
SumOp.getDerivativeOp() |
Op |
SoftPlus.getDerivativeOp() |
Op |
QuadraticOp.getDerivativeOp() |
Op |
ProductOp.getDerivativeOp() |
Op |
OffsetOp.getDerivativeOp() |
Op |
LinearOp.getDerivativeOp() |
Op |
IdentityOp.getDerivativeOp() |
Op |
ConstantOp.getDerivativeOp() |
Op |
ComposedOp.getDerivativeOp() |
Op |
ALinearOp.getDerivativeOp() |
Op |
InverseOp.getInverse() |
Op |
ComposedOp.getInverse() |
Op |
ConstantOp.product(Op op) |
Op |
ALinearOp.sum(ALinearOp op) |
Op |
ALinearOp.sum(Op op) |
| Modifier and Type | Method and Description |
|---|---|
Op |
QuadraticOp.compose(Op op) |
Op |
OffsetOp.compose(Op op) |
Op |
LinearOp.compose(Op op) |
Op |
IdentityOp.compose(Op op) |
Op |
ConstantOp.compose(Op op) |
Op |
ALinearOp.compose(Op op) |
static Op |
ComposedOp.compose(Op outer,
Op inner) |
static Op |
SumOp.create(Op a,
Op b) |
static Op |
ProductOp.create(Op a,
Op b) |
static Op |
ComposedOp.create(Op a,
Op b) |
Op |
ConstantOp.product(Op op) |
Op |
ALinearOp.sum(Op op) |
| Constructor and Description |
|---|
DerivativeOp(Op base) |
InverseOp(Op op) |
Copyright © 2013. All Rights Reserved.