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 |
---|---|
KernelScalarFunction<InputType> |
KernelBasedIterativeRegression.getResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
KernelBasedIterativeRegression.setResult(KernelScalarFunction<InputType> result)
Sets the object currently being result.
|
Modifier and Type | Class and Description |
---|---|
class |
LocallyWeightedKernelScalarFunction<InputType>
The
LocallyWeightedKernelScalarFunction class implements a scalar
function that uses kernels and does local weighting on them to get the
result value. |
Constructor and Description |
---|
KernelScalarFunction(KernelScalarFunction<InputType> other)
Creates a new copy of a KernelScalarFunction.
|