|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.kmeans.KMeansInfo
public class KMeansInfo
Constructor Summary | |
---|---|
KMeansInfo()
|
|
KMeansInfo(int points,
Vector pointTotal)
|
Method Summary | |
---|---|
int |
getPoints()
|
Vector |
getPointTotal()
|
void |
readFields(java.io.DataInput in)
|
void |
write(java.io.DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KMeansInfo()
public KMeansInfo(int points, Vector pointTotal)
Method Detail |
---|
public int getPoints()
public Vector getPointTotal()
public void write(java.io.DataOutput out) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |