Class FitStart<M extends Model<M>>

Object
org.apache.spark.ml.FitStart<M>
All Implemented Interfaces:
Serializable, MLEvent, SparkListenerEvent, scala.Equals, scala.Product, scala.Serializable

public class FitStart<M extends Model<M>> extends Object implements MLEvent, scala.Product, scala.Serializable
Event fired before Estimator.fit.
See Also:
  • Constructor Details

    • FitStart

      public FitStart()
  • Method Details