Package | Description |
---|---|
jsat.classifiers.evaluation |
Modifier and Type | Class and Description |
---|---|
class |
F1Score
|
class |
FbetaScore
The Fβ score is the generalization of
F1Score , where
β indicates the level of preference for precision over recall. |
class |
MatthewsCorrelationCoefficient
Evaluates a classifier based on Mathews Correlation Coefficient
|
class |
Precision
Evaluates a classifier based on the Precision, where the class of index 0
is considered the positive class.
|
class |
Recall
Evaluates a classifier based on the Recall rate, where the class of index 0
is considered the positive class.
|
Modifier and Type | Method and Description |
---|---|
abstract SimpleBinaryClassMetric |
SimpleBinaryClassMetric.clone() |
Constructor and Description |
---|
SimpleBinaryClassMetric(SimpleBinaryClassMetric toClone) |
Copyright © 2017. All rights reserved.