public class LeaderboardV99 extends water.api.schemas3.SchemaV3<hex.leaderboard.Leaderboard,LeaderboardV99>
| Modifier and Type | Field and Description |
|---|---|
water.api.schemas3.KeyV3.FrameKeyV3 |
leaderboard_frame
Frame for which the metrics have been computed for this leaderboard.
|
long |
leaderboard_frame_checksum
Checksum for the Frame for which the metrics have been computed for this leaderboard.
|
water.api.schemas3.KeyV3.ModelKeyV3[] |
models
List of models for this leaderboard, sorted by metric so that the best is first
according to the standard metric for the given model type.
|
java.lang.String |
project_name
Identifier for models that should be grouped together in the leaderboard
(e.g., "airlines" and "iris").
|
boolean |
sort_decreasing
Metric direction used in the sort.
|
java.lang.String |
sort_metric
Metric used to sort this leaderboard.
|
double[] |
sort_metrics
Sort metrics for the models in this leaderboard, in the same order as the models.
|
water.api.schemas3.TwoDimTableV3 |
table |
| Constructor and Description |
|---|
LeaderboardV99() |
| Modifier and Type | Method and Description |
|---|---|
LeaderboardV99 |
fillFromImpl(hex.leaderboard.Leaderboard leaderboard) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="Identifier for models that should be grouped together in the leaderboard",
direction=INOUT)
public final java.lang.String project_name
@API(help="List of models for this leaderboard, sorted by metric so that the best is first",
direction=OUTPUT)
public water.api.schemas3.KeyV3.ModelKeyV3[] models
@API(help="Frame for this leaderboard",
direction=OUTPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 leaderboard_frame
@API(help="Checksum for the Frame for this leaderboard",
direction=OUTPUT)
public long leaderboard_frame_checksum
@API(help="Sort metrics for the models in this leaderboard, in the same order as the models",
direction=OUTPUT)
public double[] sort_metrics
@API(help="Metric used to sort this leaderboard",
direction=INOUT)
public java.lang.String sort_metric
@API(help="Metric direction used in the sort",
direction=INOUT)
public boolean sort_decreasing
@API(help="A table representation of this leaderboard, for easy rendering",
direction=OUTPUT)
public water.api.schemas3.TwoDimTableV3 table
public LeaderboardV99 fillFromImpl(hex.leaderboard.Leaderboard leaderboard)
fillFromImpl in class water.api.Schema<hex.leaderboard.Leaderboard,LeaderboardV99>