Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.regression |
Provides regression algorithms, such as Linear Regression.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultivariateRegression<InputType,EvaluatorType extends Evaluator<? super InputType,? extends Vectorizable>>
A regression algorithm that maps one or more independent (input) variables
onto multiple output variables.
|
interface |
UnivariateRegression<InputType,EvaluatorType extends Evaluator<? super InputType,? extends java.lang.Double>>
A type of Regression algorithm that has a single dependent (output) variable
that we are trying to predict.
|