| Package | Description |
|---|---|
| org.cognity.math.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
FastGaussian
Fast implementation of the gaussian function which is defined as:
is a constant defined by user. |
class |
FastSigmoid
Implements a sigmoid function defined as follows:
is a constant defined by user. |
class |
Gaussian
Implements the gaussian function defined as:
is a constant defined by user. |
class |
Linear
The linear function implementation.
|
class |
Sigmoid
Implements a sigmoid function defined as follows:
is a constant defined by user. |
Copyright © 2012. All Rights Reserved.