See: Description
| Interface | Description |
|---|---|
| ParameterAdaptable<ObjectType,DataType> |
Interface for an object that allows parameter adapters to be attached to it.
|
| ParameterAdapter<ObjectType,DataType> |
Interface for an object that can adapt the parameters of another object
based on some given data.
|
| Class | Description |
|---|---|
| ParameterAdaptableBatchLearnerWrapper<DataType,ResultType,LearnerType extends BatchLearner<? super DataType,? extends ResultType>> |
A wrapper for adding parameter adapters to a batch learner.
|