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