|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthex.NodeShuffle
public abstract class NodeShuffle
Shuffle the rows of some dataset, such that the natural placement of the resulting ValueArray onto Nodes results in some good property. The user passes in a property function. The obvious use-case is to get a good random shuffle.
Constructor Summary | |
---|---|
NodeShuffle()
|
Method Summary | |
---|---|
static java.lang.String |
run(Key keyout,
ValueArray aryin,
java.lang.String sfunc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeShuffle()
Method Detail |
---|
public static java.lang.String run(Key keyout, ValueArray aryin, java.lang.String sfunc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |