Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.regression |
Provides regression algorithms, such as Linear Regression.
|
gov.sandia.cognition.learning.function.scalar |
Provides functions that output real numbers.
|
Modifier and Type | Method and Description |
---|---|
LinearFunction |
UnivariateLinearRegression.learn(java.util.Collection<? extends InputOutputPair<? extends java.lang.Double,java.lang.Double>> data) |
Modifier and Type | Method and Description |
---|---|
LinearFunction |
LinearFunction.clone() |
Constructor and Description |
---|
LinearFunction(LinearFunction other)
Creates a copy of a given
LinearFunction . |