Uses of Class
org.ddogleg.struct.DogArray_F64
Packages that use DogArray_F64
Package
Description
-
Uses of DogArray_F64 in org.ddogleg.clustering.gmm
Fields in org.ddogleg.clustering.gmm declared as DogArray_F64 -
Uses of DogArray_F64 in org.ddogleg.fitting.modelset.lmeds
Fields in org.ddogleg.fitting.modelset.lmeds declared as DogArray_F64Modifier and TypeFieldDescriptionprotected final DogArray_F64LeastMedianOfSquares.TrialHelper.errors -
Uses of DogArray_F64 in org.ddogleg.nn.alg
Methods in org.ddogleg.nn.alg with parameters of type DogArray_F64Modifier and TypeMethodDescriptionvoidExhaustiveNeighbor.findClosestN(P p, double maxDistance, int numNeighbors, DogArray_I32 outputIndex, DogArray_F64 outputDistance) Finds the index of the point which has the smallest Euclidean distance to 'p' and is<maxDistance away. -
Uses of DogArray_F64 in org.ddogleg.stats
Methods in org.ddogleg.stats with parameters of type DogArray_F64Modifier and TypeMethodDescriptionstatic doubleStatisticsDogArray.fraction(DogArray_F64 list, double fraction) static doubleStatisticsDogArray.mean(DogArray_F64 list) static doubleStatisticsDogArray.stdev(DogArray_F64 list, double mean) static doubleStatisticsDogArray.variance(DogArray_F64 list, double mean) -
Uses of DogArray_F64 in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_F64Modifier and TypeMethodDescriptionstatic DogArray_F64DogArray_F64.array(double... values) DogArray_F64.copy()static DogArray_F64DogArray_F64.range(int idx0, int idx1) Returns a new array with values containing range of integer numbers from idx0 to idx1-1.DogArray_F64.reserve(int amount) DogArray_F64.reset()DogArray_F64.resize(int size) DogArray_F64.resize(int size, double value) Resizes the array and assigns the default value to every new element.DogArray_F64.resize(int size, DogLambdas.AssignIdx_F64 op) Resizes and assigns the new elements (if any) to the value specified by the lambdaDogArray_F64.setTo(double... src) Set's the value of this array to the passed in raw array.DogArray_F64.setTo(double[] array, int offset, int length) Sets this array to be equal to the array segmentDogArray_F64.setTo(DogArray_F64 original) static DogArray_F64DogArray_F64.zeros(int length) Creates a queue with the specified length as its size filled with all zerosMethods in org.ddogleg.struct with parameters of type DogArray_F64Modifier and TypeMethodDescriptionvoidDogArray_F64.addAll(DogArray_F64 queue) booleanDogArray_F64.isEquals(DogArray_F64 values) booleanDogArray_F64.isEquals(DogArray_F64 values, double tol) Checks for equality within the specified toleranceDogArray_F64.setTo(DogArray_F64 original)