Uses of Class
org.ddogleg.struct.FastAccess
Packages that use FastAccess
-
Uses of FastAccess in org.ddogleg.clustering
Methods in org.ddogleg.clustering with parameters of type FastAccessModifier and TypeMethodDescriptionvoid
ComputeMeanClusters.process
(LArrayAccessor<P> points, DogArray_I32 assignments, FastAccess<P> clusters) Updates cluster means -
Uses of FastAccess in org.ddogleg.clustering.misc
Methods in org.ddogleg.clustering.misc with parameters of type FastAccessModifier and TypeMethodDescriptionvoid
MeanArrayF64.process
(LArrayAccessor<double[]> points, DogArray_I32 assignments, FastAccess<double[]> clusters) -
Uses of FastAccess in org.ddogleg.struct
Subclasses of FastAccess in org.ddogleg.structModifier and TypeClassDescriptionclass
DogArray<T>
Growable array which automatically creates, recycles, and resets its elements.class
FastArray<T>
A growable array which provides access to the raw array but does not own the elements inside of the array.Methods in org.ddogleg.struct with parameters of type FastAccess