Uses of Class
org.ddogleg.struct.DogArray
Packages that use DogArray
Package
Description
-
Uses of DogArray in org.ddogleg.clustering.kmeans
Methods in org.ddogleg.clustering.kmeans with parameters of type DogArrayModifier 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
Methods in org.ddogleg.nn with parameters of type DogArrayModifier 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
Methods in org.ddogleg.nn.alg with parameters of type DogArrayModifier 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
Methods in org.ddogleg.nn.alg.searches with parameters of type DogArrayModifier 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
Methods in org.ddogleg.nn.wrap with parameters of type DogArrayModifier and TypeMethodDescriptionvoid
KdTreeInternalSearch.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) -
Uses of DogArray in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArrayModifier and TypeMethodDescriptionDogArrayList.getArray()
DogArray.reset()
DogArray.resize
(int newSize) Changes the size to the specified length.Resize with a configuration operator.DogArray.resize
(int length, DProcessIdx<T> configure) Resize with a configuration operator.Methods in org.ddogleg.struct with parameters of type DogArrayConstructors in org.ddogleg.struct with parameters of type DogArray