Interface Regression
-
- All Known Implementing Classes:
SimpleLinearRegression
public interface Regression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
predict(double input1, double... input)
Predict a value given one or more inputs.
-