Uses of Package
org.tribuo.math.util
Packages that use org.tribuo.math.util
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
Provides classification loss functions for Stochastic Gradient Descent.
Provides a linear algebra system used for numerical operations in Tribuo.
Provides math related util classes.
Provides infrastructure for Stochastic Gradient Descent for multi-label classification problems.
Provides multi-label classification loss functions for Stochastic Gradient Descent.
-
Classes in org.tribuo.math.util used by org.tribuo.classification.sgdClassDescriptionA functional interface that generates a normalized version of a double array.
-
Classes in org.tribuo.math.util used by org.tribuo.classification.sgd.objectivesClassDescriptionA functional interface that generates a normalized version of a double array.
-
Classes in org.tribuo.math.util used by org.tribuo.math.laClassDescriptionA functional interface that generates a normalized version of a double array.
-
Classes in org.tribuo.math.util used by org.tribuo.math.utilClassDescriptionNormalizes the exponential values of the input array.Merges each
SparseVector
separately using aPriorityQueue
as a heap.An interface for merging an array ofDenseSparseMatrix
into a singleDenseSparseMatrix
.NoopNormalizer returns a copy inNoopNormalizer.normalize(double[])
and is a no-op in place.Normalizes, but first subtracts the minimum value (to ensure positivity).Normalizes the input by applying a logistic sigmoid to each element.A functional interface that generates a normalized version of a double array. -
Classes in org.tribuo.math.util used by org.tribuo.multilabel.sgdClassDescriptionA functional interface that generates a normalized version of a double array.
-
Classes in org.tribuo.math.util used by org.tribuo.multilabel.sgd.objectivesClassDescriptionA functional interface that generates a normalized version of a double array.