Uses of Class
com.tdunning.math.stats.Centroid
-
Uses of Centroid in com.tdunning.math.stats
Subclasses with type arguments of type Centroid in com.tdunning.math.statsModifier and TypeClassDescription(package private) final classA tree of t-digest centroids.Classes in com.tdunning.math.stats that implement interfaces with type arguments of type CentroidModifier and TypeClassDescriptionclassA single centroid which represents a number of data points.Methods in com.tdunning.math.stats that return CentroidModifier and TypeMethodDescriptionprotected CentroidAbstractTDigest.createCentroid(double mean, int id) static CentroidCentroid.createWeighted(double x, int w, Iterable<? extends Double> data) Methods in com.tdunning.math.stats that return types with arguments of type CentroidModifier and TypeMethodDescriptionAVLTreeDigest.centroids()MergingDigest.centroids()abstract Collection<Centroid> TDigest.centroids()ACollectionthat lets you go through the centroids in ascending order by mean.AVLGroupTree.iterator()AVLGroupTree.iterator(int startNode) Methods in com.tdunning.math.stats with parameters of type CentroidModifier and TypeMethodDescription(package private) abstract voidboolean(package private) void(package private) voidint