IsotonicRegressionModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class IsotonicRegressionModel
extends Object
implements java.io.Serializable, Saveable
Regression model for isotonic regression.
param: boundaries Array of boundaries for which predictions are known. Boundaries must be sorted in increasing order. param: predictions Array of predictions associated to the boundaries at the same index. Results of isotonic regression and therefore monotone. param: isotonic indicates whether this is isotonic or antitonic.
See Also:
Serialized Form