Uses of Class
org.ddogleg.struct.DogArray
Package
Description
-
Uses of DogArray in org.ddogleg.clustering.kmeans
Modifier and TypeMethodDescriptionprotected int
StandardKMeans_MT.findBestMatch
(P p, DogArray<P> clusters, StandardKMeans_MT<P>.org.ddogleg.clustering.kmeans.StandardKMeans_MT.MatchData match) Searches for this cluster which is the closest to pprotected int
StandardKMeans.findBestMatch
(P p, DogArray<P> clusters) Searches for this cluster which is the closest to pprotected void
StandardKMeans_MT.matchPointsToClusters
(LArrayAccessor<P> points, DogArray<P> clusters) Finds the cluster which is the closest to each point.protected void
StandardKMeans.matchPointsToClusters
(LArrayAccessor<P> points, DogArray<P> clusters) Finds the cluster which is the closest to each point.void
InitializeKMeans.selectSeeds
(LArrayAccessor<P> points, int requestedSeeds, DogArray<P> selectedSeeds) Given the a set of points, select a set of seeds to initialize k-means from.void
InitializePlusPlus.selectSeeds
(LArrayAccessor<P> points, int requestedSeeds, DogArray<P> selectedSeeds) void
InitializeStandard.selectSeeds
(LArrayAccessor<P> points, int requestedSeeds, DogArray<P> selectedSeeds) -
Uses of DogArray in org.ddogleg.nn
Modifier and TypeMethodDescriptionvoid
NearestNeighbor.Search.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) Searches for the N nearest neighbor to the specified point. -
Uses of DogArray in org.ddogleg.nn.alg
Modifier and TypeMethodDescriptionvoid
KdTreeSearchN.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) Searches for the N nearest-neighbors to the target. -
Uses of DogArray in org.ddogleg.nn.alg.searches
Modifier and TypeMethodDescriptionvoid
KdTreeSearchNBbf.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) void
KdTreeSearchNStandard.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) Finds the nodes which are closest to 'target' and within range of the maximum distance. -
Uses of DogArray in org.ddogleg.nn.wrap
Modifier and TypeMethodDescriptionvoid
KdTreeInternalSearch.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) -
Uses of DogArray in org.ddogleg.struct