Package | Description |
---|---|
gov.sandia.cognition.factory |
Provides interfaces and implementations of general factory objects.
|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
gov.sandia.cognition.learning.performance.categorization |
Provides performance measures for categorizers.
|
gov.sandia.cognition.statistics |
Provides the inheritance hierarchy for general statistical methods and distributions.
|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Class and Description |
---|
ConstructorBasedFactory
The
ConstructorBasedFactory class implements a Factory
that takes a constructor and parameters to that constructor used to create
new objects. |
DefaultFactory
The
DefaultFactory class is a default implementation of the
Factory interface that takes a class as its parameter and uses the
default constructor of the class, called through newInstance(), to create
new objects of that class. |
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
PrototypeFactory
The
PrototypeFactory class implements a Factory that uses a
prototype object to create new objects from by cloning it. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |
Class and Description |
---|
Factory
The
Factory interface defines a very general interface for a factory
object that can be used to create some other type of object. |