Interface | Description |
---|---|
CostFunction |
Defines the contract of each cost function.
|
Class | Description |
---|---|
AbstractCostFunction |
An abstract implementation of the
CostFunction interface. |
ClassificationErrorFunction |
Can be used to compute the classification error.
IMPORTANT: For 2 class problems, use the ConfusionMatrix
implementation. |
ConfusionMatrix |
Provides the implementation of any confusion matrix based cost function.
|
CostFunctionCalculator |
A wrapping class for all
CostFunction s to be calculated during
training. |
DefaultCostFunction |
The default cost function which can be employed in any case.
|
Enum | Description |
---|---|
CostFunctionValue |
Gathers all
CostFunction implementations. |