|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.clusterers.assigners.MPCKMeansAssigner
Field Summary | |
protected MPCKMeans |
m_clusterer
Clusterer that the assigner operates on |
Constructor Summary | |
MPCKMeansAssigner()
Default constructors |
|
MPCKMeansAssigner(MPCKMeans clusterer)
Initialize with a clusterer |
Method Summary | |
abstract int |
assign()
The main method |
abstract boolean |
isSequential()
Assigners can be sequential or collective |
void |
setClusterer(MPCKMeans clusterer)
Set the clusterer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface weka.core.OptionHandler |
getOptions, listOptions, setOptions |
Field Detail |
protected MPCKMeans m_clusterer
Constructor Detail |
public MPCKMeansAssigner()
public MPCKMeansAssigner(MPCKMeans clusterer)
Method Detail |
public void setClusterer(MPCKMeans clusterer)
public abstract boolean isSequential()
public abstract int assign() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |