Uses of Interface
org.tribuo.math.optimisers.util.ShrinkingTensor
Packages that use ShrinkingTensor
Package
Description
Provides some utility tensors for use in gradient optimisers.
-
Uses of ShrinkingTensor in org.tribuo.math.optimisers.util
Classes in org.tribuo.math.optimisers.util that implement ShrinkingTensorModifier and TypeClassDescriptionclass
A subclass ofDenseMatrix
which shrinks the value every time a new value is added.class
A subclass ofDenseVector
which shrinks the value every time a new value is added.