Package org.tribuo

Class Tribuo

java.lang.Object
org.tribuo.Tribuo

public final class Tribuo extends Object
This class stores the current Tribuo version, along with other compile time information.
  • Field Details

    • VERSION

      public static final String VERSION
      The full Tribuo version string.
      See Also:
    • BUILD_TIMESTAMP

      public static final String BUILD_TIMESTAMP
      The build timestamp.
      See Also:
    • MAJOR_VERSION

      public static final int MAJOR_VERSION
      The major version number.
    • MINOR_VERSION

      public static final int MINOR_VERSION
      The minor version number.
    • POINT_VERSION

      public static final int POINT_VERSION
      The patch release number.
    • TAG_VERSION

      public static final String TAG_VERSION
      Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc.
    • IS_SNAPSHOT

      public static final boolean IS_SNAPSHOT
      Is this a snapshot build.
  • Constructor Details

    • Tribuo

      public Tribuo()