Uses of Package
org.tribuo.math.optimisers.util
Packages that use org.tribuo.math.optimisers.util
Package
Description
Provides some utility tensors for use in gradient optimisers.
-
Classes in org.tribuo.math.optimisers.util used by org.tribuo.math.optimisers.utilClassDescriptionA subclass of
DenseMatrix
which shrinks the value every time a new value is added.An interface which tags aTensor
with a convertToDense method.A subclass ofDenseVector
which shrinks the value every time a new value is added.