See: Description
| Class | Description |
|---|---|
| Function |
This is the base class for adding a function of any type.
|
| FunctionActivate |
This is the base class for any of the activation functions that measure a value
against a threshold.
|
| FunctionLearn |
This is the base class for any of the evaluation metrics or functions that try to
learn a best value over time.
|
| FunctionMetric |
This is the base class for any of the evaluation metrics or functions that compare
two datasets and use the
MetricCompare objects only. |
| FunctionSingle |
This is the base class for any of the evaluation metrics or functions that try to
perform an evaluation over a sigle
MetricDataset dataset only. |
| MathStat |
This class implements some basic mathematical and statistical functions.
|