public class LLE extends 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.
|
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 Graph getNearestNeighborGraph()
Copyright © 2015. All rights reserved.