Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.baseline |
Provides baseline (dummy) learning algorithms.
|
Class and Description |
---|
ConstantLearner
A learner that always returns the same value as the result.
|
IdentityLearner
A batch learner implementation that just returns its inputs, creating an
identity function.
|