|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusteringPolicy
A ClusteringPolicy captures the semantics of assignment of points to clusters
Method Summary | |
---|---|
Vector |
select(Vector probabilities)
Return the index of the most appropriate model |
void |
update(ClusterClassifier posterior)
Update the policy with the given classifier |
Method Detail |
---|
Vector select(Vector probabilities)
probabilities
- a Vector of pdfs
void update(ClusterClassifier posterior)
posterior
- a ClusterClassifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |