| Interface | Description |
|---|---|
| LossFunction<T> |
This interface defines an abstract loss function.
|
| Class | Description |
|---|---|
| ConfusionMatrix<T extends Serializable> |
This is a data structure for dealing with label-pair-relations.
|
| PredictionError |
This class implements a generic prediction error evaluator.
|
| TableOfConfusion |
A data structure for computation of statistical values based on a 2x2
confusion matrix.
|
| ZeroOneLoss<T extends Serializable> |
Copyright © 2018. All rights reserved.