Class Tribuo
java.lang.Object
org.tribuo.Tribuo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe build timestamp.static final booleanIs this a snapshot build.static final intThe major version number.static final intThe minor version number.static final intThe patch release number.static final StringAny tag on the version number, e.g., SNAPSHOT, ALPHA, etc.static final StringThe 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()
-