Package | Description |
---|---|
gov.sandia.cognition.learning.experiment |
Provides experiments for validating the performance of learning algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelLearnerValidationExperiment<InputDataType,FoldDataType,LearnedType,StatisticType,SummaryType>
Parallel version of the LearnerValidationExperiment class that executes
the validations experiments across available cores and hyperthreads.
|
class |
SupervisedLearnerValidationExperiment<InputType,OutputType,StatisticType,SummaryType>
The
SupervisedLearnerValidationExperiment class extends the
LearnerValidationExperiment class to provide a easy way to create
a learner validation experiment for supervised learning. |