| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.matrixx | |
| mikera.vectorz | |
| mikera.vectorz.ops |
| Modifier and Type | Method and Description |
|---|---|
void |
SliceArray.applyOp(IOp op) |
void |
NDArray.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 |
Absolute |
class |
AFunctionOp |
class |
ALinearOp |
class |
APolynomialOp |
class |
ARoundingOp |
class |
Clamp
Operator for clamping values within a given range
|
class |
Composed |
class |
Constant |
class |
Derivative |
class |
Division |
class |
Exp
The renowned exponential function
|
class |
GaussianNoise
Operator to add gaussian noise to a value
|
class |
Identity
Singleton identity operator
|
class |
Inverse
Operator representing the inverse of another operator
|
class |
Linear |
class |
Log
The renowned exponential function
|
class |
Logistic |
class |
LogN
The renowned exponential function
|
class |
NormalRBF |
class |
Offset |
class |
Power |
class |
Product |
class |
Quadratic |
class |
Reciprocal |
class |
ScaledLogistic
A logistic function, with input scaled by a fixed factor
|
class |
Signum |
class |
SoftPlus |
class |
Sqrt |
class |
Square |
class |
StochasticBinary |
class |
Sum |
class |
Tanh |
Copyright © 2013. All Rights Reserved.