Package org.tribuo.math


package org.tribuo.math
Contains the implementation of Tribuo's math library, it's gradient descent optimisers, kernels and a set of math related utils.

This package contains two core interfaces for Tribuo's gradient descent system, Parameters which controls how parameters updated via gradient descent are accessed, and StochasticGradientOptimiser which provides the optimisation interface.