Package | Description |
---|---|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
Modifier and Type | Class and Description |
---|---|
class |
FisherLinearDiscriminantBinaryCategorizer
A Fisher Linear Discriminant classifier, which creates an optimal linear
separating plane between two Gaussian classes of different covariances.
|
class |
ScalarFunctionToBinaryCategorizerAdapter<InputType>
Adapts a scalar function to be a categorizer using a threshold.
|
class |
ScalarThresholdBinaryCategorizer
The
ScalarThresholdBinaryCategorizer class implements a binary
categorizer that uses a threshold to categorize a given double. |
class |
VectorElementThresholdCategorizer
The
VectorElementThresholdCategorizer class implements a
BinaryCategorizer that categorizes an input vector by applying a
threshold to an element in a the vector. |