| Interface | Description |
|---|---|
| Regressor<I,R> |
Base interface for all regressors.
|
| Class | Description |
|---|---|
| LogisticRegression<MODEL_CLASS> |
This class performs basic binary classification - mapping of specified input to true/false with probability.
|
| SimpleLinearRegression<MODEL_CLASS> |
Simple linear regression finds the best possible straight line that tries to explain given training set.
|
Copyright © 2020. All rights reserved.