|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.clusterers.assigners.MPCKMeansAssigner
weka.clusterers.assigners.SortedAssigner
Field Summary | |
protected int |
m_MaxTimesPointsMoved
Number of times points are moved in assignment step till stabilization |
protected boolean |
m_MovePointsTillAssignmentStabilizes
Move points in assignment step till stabilization? |
Fields inherited from class weka.clusterers.assigners.MPCKMeansAssigner |
m_clusterer |
Constructor Summary | |
SortedAssigner()
|
Method Summary | |
int |
assign()
The main method |
int |
getMaxTimesPointsMoved()
Get/set the number of times points can be moved |
boolean |
getMovePointsTillAssignmentStabilizes()
|
java.lang.String[] |
getOptions()
Gets the current option settings for the OptionHandler. |
boolean |
isSequential()
This is a sequential assignment method |
java.util.Enumeration |
listOptions()
Returns an enumeration of all the available options.. |
void |
setMaxTimesPointsMoved(int v)
|
void |
setMovePointsTillAssignmentStabilizes(boolean b)
Get/Set m_MovePointsTillAssignmentStabilizes |
void |
setOptions(java.lang.String[] options)
Sets the OptionHandler's options using the given list. |
Methods inherited from class weka.clusterers.assigners.MPCKMeansAssigner |
setClusterer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean m_MovePointsTillAssignmentStabilizes
protected int m_MaxTimesPointsMoved
Constructor Detail |
public SortedAssigner()
Method Detail |
public boolean isSequential()
isSequential
in class MPCKMeansAssigner
public int assign() throws java.lang.Exception
assign
in class MPCKMeansAssigner
java.lang.Exception
public void setMovePointsTillAssignmentStabilizes(boolean b)
b
- truth valuepublic boolean getMovePointsTillAssignmentStabilizes()
public int getMaxTimesPointsMoved()
public void setMaxTimesPointsMoved(int v)
public void setOptions(java.lang.String[] options) throws java.lang.Exception
OptionHandler
options
- the list of options as an array of strings
java.lang.Exception
- if an option is not supportedpublic java.util.Enumeration listOptions()
OptionHandler
public java.lang.String[] getOptions()
OptionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |