|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.mllib.clustering.PowerIterationClustering.Assignment
public static class PowerIterationClustering.Assignment
:: Experimental :: Cluster assignment. param: id node id param: cluster assigned cluster id
| Constructor Summary | |
|---|---|
PowerIterationClustering.Assignment(long id,
int cluster)
|
|
| Method Summary | |
|---|---|
int |
cluster()
|
long |
id()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public PowerIterationClustering.Assignment(long id,
int cluster)
| Method Detail |
|---|
public long id()
public int cluster()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||