Package | Description |
---|---|
jsat.classifiers.calibration |
Modifier and Type | Class and Description |
---|---|
class |
IsotonicCalibration
Isotonic Calibration is non-parametric, and only assumes that the underlying
distribution from negative to positive examples is strictly a non-decreasing
function.
|
class |
PlattCalibration
Platt Calibration essentially performs logistic regression on the output
scores of a model against their class labels.
|
Modifier and Type | Method and Description |
---|---|
abstract BinaryCalibration |
BinaryCalibration.clone() |
Copyright © 2017. All rights reserved.