JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For Package gov.sandia.cognition.learning.algorithm.baseline
Package Hierarchies:
All Packages
Class Hierarchy
java.lang.Object
gov.sandia.cognition.util.
AbstractCloneableSerializable
(implements gov.sandia.cognition.util.
CloneableSerializable
)
gov.sandia.cognition.learning.algorithm.baseline.
ConstantLearner
<ValueType> (implements gov.sandia.cognition.learning.algorithm.
BatchLearner
<DataType,ResultType>)
gov.sandia.cognition.learning.algorithm.baseline.
IdentityLearner
<ValueType> (implements gov.sandia.cognition.learning.algorithm.
BatchLearner
<DataType,ResultType>)
gov.sandia.cognition.learning.algorithm.baseline.
MeanLearner
(implements gov.sandia.cognition.learning.algorithm.
SupervisedBatchLearner
<InputType,OutputType,ResultType>)
gov.sandia.cognition.learning.algorithm.baseline.
MostFrequentLearner
<OutputType> (implements gov.sandia.cognition.learning.algorithm.
SupervisedBatchLearner
<InputType,OutputType,ResultType>)
gov.sandia.cognition.learning.algorithm.baseline.
WeightedMeanLearner
(implements gov.sandia.cognition.learning.algorithm.
SupervisedBatchLearner
<InputType,OutputType,ResultType>)
gov.sandia.cognition.learning.algorithm.baseline.
WeightedMostFrequentLearner
<OutputType> (implements gov.sandia.cognition.learning.algorithm.
SupervisedBatchLearner
<InputType,OutputType,ResultType>)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes