| 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.IDENTITY |
static Op |
Ops.LINEAR |
static Op |
Ops.LOGISTIC |
static Op |
Ops.NEGATE |
static Op |
Ops.RBF_NORMAL |
static Op |
Ops.RECIPROCAL |
static Op |
Ops.RECTIFIER |
static Op |
Ops.SIN |
static Op |
Ops.SOFTPLUS |
static Op |
Ops.SQUARE |
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 |
SparseIndexedVector.applyOp(Op op) |
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 |
Clamp
Operator for clamping values within a given range
|
class |
Composed |
class |
Constant |
class |
Derivative |
class |
GaussianNoise
Operator to add gaussian noise to a value
|
class |
Identity
Singleton identity operator
|
class |
Inverse |
class |
Linear |
class |
Logistic |
class |
NormalRBF |
class |
Offset |
class |
Product |
class |
Quadratic |
class |
SoftPlus |
class |
StochasticBinary |
class |
Sum |
class |
Tanh |
| Modifier and Type | Field and Description |
|---|---|
Op |
Sum.a |
Op |
Product.a |
Op |
Sum.b |
Op |
Product.b |
Op |
Composed.inner |
Op |
Composed.outer |
| Modifier and Type | Method and Description |
|---|---|
Op |
Quadratic.compose(ALinearOp op) |
Op |
Offset.compose(ALinearOp op) |
Op |
Linear.compose(ALinearOp op) |
Op |
Quadratic.compose(Op op) |
Op |
Offset.compose(Op op) |
Op |
Linear.compose(Op op) |
Op |
Identity.compose(Op op) |
Op |
Constant.compose(Op op) |
Op |
ALinearOp.compose(Op op) |
static Op |
Composed.compose(Op outer,
Op inner) |
static Op |
Quadratic.create(double a,
double b,
double c) |
static Op |
Sum.create(Op a,
Op b) |
static Op |
Product.create(Op a,
Op b) |
static Op |
Composed.create(Op a,
Op b) |
Op |
Sum.getDerivativeOp() |
Op |
SoftPlus.getDerivativeOp() |
Op |
Quadratic.getDerivativeOp() |
Op |
Product.getDerivativeOp() |
Op |
Offset.getDerivativeOp() |
Op |
Linear.getDerivativeOp() |
Op |
Identity.getDerivativeOp() |
Op |
GaussianNoise.getDerivativeOp() |
Op |
Constant.getDerivativeOp() |
Op |
Composed.getDerivativeOp() |
Op |
ALinearOp.getDerivativeOp() |
Op |
Inverse.getInverse() |
Op |
Composed.getInverse() |
Op |
Constant.product(Op op) |
Op |
ALinearOp.sum(ALinearOp op) |
Op |
ALinearOp.sum(Op op) |
| Modifier and Type | Method and Description |
|---|---|
Op |
Quadratic.compose(Op op) |
Op |
Offset.compose(Op op) |
Op |
Linear.compose(Op op) |
Op |
Identity.compose(Op op) |
Op |
Constant.compose(Op op) |
Op |
ALinearOp.compose(Op op) |
static Op |
Composed.compose(Op outer,
Op inner) |
static Op |
Sum.create(Op a,
Op b) |
static Op |
Product.create(Op a,
Op b) |
static Op |
Composed.create(Op a,
Op b) |
Op |
Constant.product(Op op) |
Op |
ALinearOp.sum(Op op) |
| Constructor and Description |
|---|
Derivative(Op base) |
Inverse(Op op) |
Copyright © 2013. All Rights Reserved.