edu.stanford.math.plex4.metric.landmark
public class ExplicitLandmarkSelector<T> extends LandmarkSelector<T>
indexMapping, landmarkSetSize, metricSpace
Constructor and Description |
---|
ExplicitLandmarkSelector(AbstractSearchableMetricSpace<T> metricSpace,
int[] indices) |
Modifier and Type | Method and Description |
---|---|
protected int[] |
computeLandmarkSet()
This function constructs the set of landmark points.
|
distance, distance, getClosedNeighborhood, getKNearestNeighbors, getLandmarkIndex, getLandmarkPoints, getMaxDistanceFromPointsToLandmarks, getNearestPointIndex, getOpenNeighborhood, getPoint, getPoints, getUnderlyingMetricSpace, size
public ExplicitLandmarkSelector(AbstractSearchableMetricSpace<T> metricSpace, int[] indices)
protected int[] computeLandmarkSet()
LandmarkSelector
computeLandmarkSet
in class LandmarkSelector<T>