Package | Description |
---|---|
gov.sandia.cognition.learning.parameter |
Provides utility classes for handling learning algorithm parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterAdaptableBatchLearnerWrapper<DataType,ResultType,LearnerType> |
ParameterAdaptableBatchLearnerWrapper.clone() |
static <DataType,ResultType,LearnerType extends BatchLearner<? super DataType,? extends ResultType>> |
ParameterAdaptableBatchLearnerWrapper.create(LearnerType learner)
A convenience method for creating the wrapper for a learner.
|