IsotonicRegression (Spark 3.5.5 JavaDoc) (original) (raw)


public class IsotonicRegression
extends Estimator<IsotonicRegressionModel>
implements IsotonicRegressionBase, DefaultParamsWritable
Isotonic regression.
Currently implemented using parallelized pool adjacent violators algorithm. Only univariate (single feature) algorithm supported.
Uses IsotonicRegression.
See Also:
Serialized Form