Interface Regressor

All Known Implementing Classes:
LinearRegressor, RandomForestRegressor

public interface Regressor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    double
    predict(double[] features)