public class LLE
extends java.lang.Object
Constructor and Description |
---|
LLE(double[][] data,
int d,
int k)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double[][] |
getCoordinates()
Returns the coordinates of projected data.
|
int[] |
getIndex()
Returns the original sample index.
|
smile.graph.Graph |
getNearestNeighborGraph()
Returns the nearest neighbor graph.
|
public LLE(double[][] data, int d, int k)
data
- the dataset.d
- the dimension of the manifold.k
- k-nearest neighbor.public int[] getIndex()
public double[][] getCoordinates()
public smile.graph.Graph getNearestNeighborGraph()