Package org.tribuo.util


package org.tribuo.util
Provides utilities which don't have other Tribuo dependencies.

The main class is Util which has static methods for working with arrays and sampling various distributions using an rng.

  • Class
    Description
    Utilities for nice HTML output that can be put in wikis and such.
    A Pair of a primitive int and a primitive double.
    An accumulator for online calculation of the mean and variance of a stream of doubles.
    An interface which can merge double values.
    The MurmurHash3 algorithm was created by Austin Appleby and placed in the public domain.
    128 bits of state
    Ye olde util class.