public class IsotonicRegressionUtils
extends java.lang.Object
Constructor and Description |
---|
IsotonicRegressionUtils() |
Modifier and Type | Method and Description |
---|---|
static double |
clip(double x,
double min,
double max) |
static double |
score(double x,
double minX,
double maxX,
double[] thresholdsX,
double[] thresholdsY) |