Package | Description |
---|---|
gov.sandia.cognition.learning.data.feature |
Provides data feature extractors.
|
Class and Description |
---|
DelayFunction
Delays the input and returns the input from the parameterized number of
samples previous.
|
LinearRegressionCoefficientExtractor
Takes a sampled sequence of equal-dimension vectors as input and computes
the linear regression coefficients for each dimension in the vectors.
|
MultivariateDecorrelator
Decorrelates a data using a mean and full or diagonal covariance matrix.
|
StandardDistributionNormalizer
The
StandardDistributionNormalizer class implements a normalization
method where a real value is converted onto a standard distribution. |