- Type Parameters:
- FeaturesType- Type of input features.  E.g.,- Vector
- Learner- Concrete Estimator type
- M- Concrete Model type
- All Implemented Interfaces:
- java.io.Serializable, org.apache.spark.internal.Logging, Params, HasFeaturesCol, HasLabelCol, HasPredictionCol, PredictorParams, Identifiable
- Direct Known Subclasses:
- AFTSurvivalRegression, DecisionTreeRegressor, FMRegressor, GBTRegressor, GeneralizedLinearRegression, LinearRegression, RandomForestRegressor
public abstract class Regressor<FeaturesType,Learner extends Regressor<FeaturesType,Learner,M>,M extends RegressionModel<FeaturesType,M>>
extends Predictor<FeaturesType,Learner,M>
implements PredictorParams
- See Also:
- Serialized Form