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 TypeClassDescriptionclassA subclass ofDenseMatrixwhich shrinks the value every time a new value is added.classA subclass ofDenseVectorwhich shrinks the value every time a new value is added.