Package org.tribuo
Class Tribuo
java.lang.Object
org.tribuo.Tribuo
This class stores the current Tribuo version, along with other compile time information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The build timestamp.static final boolean
Is this a snapshot build.static final int
The major version number.static final int
The minor version number.static final int
The patch release number.static final String
Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc.static final String
The full Tribuo version string. -
Constructor Summary
-
Method Summary
-
Field Details
-
VERSION
The full Tribuo version string.- See Also:
-
BUILD_TIMESTAMP
The build timestamp.- See Also:
-
MAJOR_VERSION
public static final int MAJOR_VERSIONThe major version number. -
MINOR_VERSION
public static final int MINOR_VERSIONThe minor version number. -
POINT_VERSION
public static final int POINT_VERSIONThe patch release number. -
TAG_VERSION
Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc. -
IS_SNAPSHOT
public static final boolean IS_SNAPSHOTIs this a snapshot build.
-
-
Constructor Details
-
Tribuo
public Tribuo()
-