Class | Description |
---|---|
ConfusionMatrix<T extends Comparable<? super T>> | |
Evaluation |
Evaluation metrics:
precision, recall, f1
|
RegressionEvaluation |
Evaluation method for the evaluation of regression algorithms.
Provides the following metrics, for each column: - MSE: mean squared error - MAE: mean absolute error - RMSE: root mean squared error - RSE: relative squared error - correlation coefficient See for example: http://www.saedsayad.com/model_evaluation_r.htm For classification, see Evaluation |
ROC |
ROC (Receiver Operating Characteristic) for binary classifiers, using the specified number of threshold steps.
|
ROC.ROCValue |
Copyright © 2016. All Rights Reserved.