| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.regression |
Provides regression algorithms, such as Linear Regression.
|
| Modifier and Type | Method and Description |
|---|---|
LocallyWeightedFunction<InputType,OutputType> |
LocallyWeightedFunction.Learner.learn(java.util.Collection<? extends InputOutputPair<? extends InputType,OutputType>> data) |