Uses of Package
com.gengoai.collection.counter
-
Packages that use com.gengoai.collection.counter Package Description com.gengoai.collection.counter Contains implementations for Counters and MultiCounters that are specialized object-double and object-object-double maps.com.gengoai.graph com.gengoai.graph.algorithms com.gengoai.graph.scoring com.gengoai.stream A unified stream interface that can work across Java and Spark streams.com.gengoai.stream.local com.gengoai.stream.spark -
Classes in com.gengoai.collection.counter used by com.gengoai.collection.counter Class Description BaseMapCounter Abstract implementation of a counter backed by aMap
.BaseMultiCounter Implementation of a MultiCounter using a HashMaps.Counter A specialized object to double map that allows basic statistics over the objects and their values.MultiCounter A specialized object-object to double map that allows basic statistics over the object pairs and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.graph Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.graph.algorithms Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.graph.scoring Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.stream Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values.MultiCounter A specialized object-object to double map that allows basic statistics over the object pairs and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.stream.local Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values.MultiCounter A specialized object-object to double map that allows basic statistics over the object pairs and their values. -
Classes in com.gengoai.collection.counter used by com.gengoai.stream.spark Class Description Counter A specialized object to double map that allows basic statistics over the objects and their values.MultiCounter A specialized object-object to double map that allows basic statistics over the object pairs and their values.