Package | Description |
---|---|
gov.sandia.cognition.learning.function |
Provides function objects for learning algorithms.
|
gov.sandia.cognition.learning.function.scalar |
Provides functions that output real numbers.
|
gov.sandia.cognition.learning.function.vector |
Provides functions that output vectors.
|
Modifier and Type | Method and Description |
---|---|
LinearCombinationFunction<InputType,OutputType> |
LinearCombinationFunction.clone() |
Modifier and Type | Class and Description |
---|---|
class |
LinearCombinationScalarFunction<InputType>
A weighted linear combination of scalar functions.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearCombinationVectorFunction
A weighted linear combination of scalar functions.
|