Package | Description |
---|---|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
gov.sandia.cognition.statistics.method |
Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods.
|
Modifier and Type | Method and Description |
---|---|
ScalarThresholdBinaryCategorizer |
ScalarThresholdBinaryCategorizer.clone() |
Constructor and Description |
---|
ScalarThresholdBinaryCategorizer(ScalarThresholdBinaryCategorizer other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ScalarThresholdBinaryCategorizer |
ReceiverOperatingCharacteristic.DataPoint.getClassifier()
Getter for classifier
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiverOperatingCharacteristic.DataPoint.setClassifier(ScalarThresholdBinaryCategorizer classifier)
Setter for classifier
|
Constructor and Description |
---|
DataPoint(ScalarThresholdBinaryCategorizer classifier,
DefaultBinaryConfusionMatrix confusionMatrix)
Creates a new instance of DataPoint
|