Uses of Package
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.
-
ClassDescriptionA functional interface that generates a normalized version of a double array.
-
ClassDescriptionA functional interface that generates a normalized version of a double array.
-
ClassDescriptionA functional interface that generates a normalized version of a double array.
-
ClassDescriptionNormalizes 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. -
ClassDescriptionA functional interface that generates a normalized version of a double array.
-
ClassDescriptionA functional interface that generates a normalized version of a double array.