Class Tribuo
java.lang.Object
org.tribuo.Tribuo
-
Field Summary
FieldsModifier 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
Constructors -
Method Summary
-
Field Details
-
VERSION
-
BUILD_TIMESTAMP
-
MAJOR_VERSION
The major version number. -
MINOR_VERSION
The minor version number. -
POINT_VERSION
The patch release number. -
TAG_VERSION
Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc. -
IS_SNAPSHOT
Is this a snapshot build.
-
-
Constructor Details
-
Tribuo
public Tribuo()
-