Package org.tribuo.math.optimisers.util
package org.tribuo.math.optimisers.util
Provides some utility tensors for use in gradient optimisers.
-
ClassDescriptionA 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.