public final class Tribuo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_TIMESTAMP
The build timestamp.
|
static boolean |
IS_SNAPSHOT
Is this a snapshot build.
|
static int |
MAJOR_VERSION
The major version number.
|
static int |
MINOR_VERSION
The minor version number.
|
static int |
POINT_VERSION
The patch release number.
|
static String |
TAG_VERSION
Any tag on the version number, e.g., SNAPSHOT, ALPHA, etc.
|
static String |
VERSION
The full Tribuo version string.
|
Constructor and Description |
---|
Tribuo() |
public static final String VERSION
public static final String BUILD_TIMESTAMP
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final int POINT_VERSION
public static final String TAG_VERSION
public static final boolean IS_SNAPSHOT
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.