|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ClusterType
- type of Cluster<DataType>
used in the
learn()
methodDataType
- The algorithm operates on a Collection<DataType>
,
so DataType
will be something like Vector or String@CodeReview(reviewer="Kevin R. Dixon", date="2008-07-23", changesNeeded=false, comments="Interface looks fine.") public interface ClusterDivergenceFunction<ClusterType extends Cluster<DataType>,DataType>
The ClusterDivergenceFunction interface defines a function that computes the divergence between a cluster and some other object.
Method Summary |
---|
Methods inherited from interface gov.sandia.cognition.math.DivergenceFunction |
---|
evaluate |
Methods inherited from interface gov.sandia.cognition.util.CloneableSerializable |
---|
clone |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |