Uses of Class
org.ddogleg.struct.DogArray_F64
Package
Description
-
Uses of DogArray_F64 in org.ddogleg.clustering.gmm
-
Uses of DogArray_F64 in org.ddogleg.fitting.modelset.lmeds
Modifier and TypeFieldDescriptionprotected final DogArray_F64
LeastMedianOfSquares.TrialHelper.errors
-
Uses of DogArray_F64 in org.ddogleg.nn.alg
Modifier and TypeMethodDescriptionvoid
ExhaustiveNeighbor.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
Modifier and TypeMethodDescriptionstatic double
StatisticsDogArray.fraction
(DogArray_F64 list, double fraction) static double
StatisticsDogArray.mean
(DogArray_F64 list) static double
StatisticsDogArray.stdev
(DogArray_F64 list, double mean) static double
StatisticsDogArray.variance
(DogArray_F64 list, double mean) -
Uses of DogArray_F64 in org.ddogleg.struct
Modifier and TypeMethodDescriptionstatic DogArray_F64
DogArray_F64.array
(double... values) DogArray_F64.copy()
static DogArray_F64
DogArray_F64.range
(int idx0, int idx1) Returns a new array with values containing range of integer numbers from idx0 to idx1-1.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_F64
DogArray_F64.zeros
(int length) Creates a queue with the specified length as its size filled with all zerosModifier and TypeMethodDescriptionvoid
DogArray_F64.addAll
(DogArray_F64 queue) boolean
DogArray_F64.isEquals
(DogArray_F64 values) DogArray_F64.setTo
(DogArray_F64 original)