|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.rubettes.alteration.NearestNeighborFinder
public class NearestNeighborFinder
Constructor Summary | |
---|---|
NearestNeighborFinder(int[][] elementPaths)
|
|
NearestNeighborFinder(PowerDenotator neighbors,
int[][] elementPaths)
|
Method Summary | |
---|---|
void |
addNeighbor(Denotator neighbor)
|
void |
fillKDTree()
|
Denotator |
findNearestNeighbor(Denotator denotator)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NearestNeighborFinder(int[][] elementPaths)
public NearestNeighborFinder(PowerDenotator neighbors, int[][] elementPaths)
Method Detail |
---|
public void addNeighbor(Denotator neighbor)
public Denotator findNearestNeighbor(Denotator denotator)
public void fillKDTree()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |