See: Description
Interface | Description |
---|---|
Regressor<InputType> |
Defines the functionality of a regression function, which is the model
created by regression algorithms.
|
Class | Description |
---|---|
AbstractRegressor<InputType> |
An abstract implementation of the
Regressor interface. |