public class ModelMetricsListSchemaV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
int |
deep_features_hidden_layer
Extract Deep Features for given hidden layer (optional, only for Deep Learning models)
|
int |
exemplar_index
Retrieve all members for a given exemplar (optional, only for Aggregator models)
|
FrameKeyV3 |
frame
Key of Frame of interest (optional)
|
boolean |
leaf_node_assignment
Return the leaf node assignment (optional, only for DRF/GBM models)
|
ModelKeyV3 |
model
Key of Model of interest (optional)
|
ModelMetricsBase[] |
model_metrics
ModelMetrics
|
FrameKeyV3 |
predictions_frame
Key of predictions frame, if predictions are requested (optional)
|
boolean |
project_archetypes
Project GLRM archetypes back into original feature space (optional, only for GLRM models)
|
boolean |
reconstruct_train
Reconstruct original training frame (optional, only for GLRM models)
|
boolean |
reconstruction_error
Compute reconstruction error (optional, only for Deep Learning AutoEncoder models)
|
boolean |
reconstruction_error_per_feature
Compute reconstruction error per feature (optional, only for Deep Learning AutoEncoder models)
|
boolean |
reverse_transform
Reverse transformation applied during training to model output (optional, only for GLRM models)
|
_exclude_fields| Constructor and Description |
|---|
ModelMetricsListSchemaV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model
public FrameKeyV3 frame
public FrameKeyV3 predictions_frame
public boolean reconstruction_error
public boolean reconstruction_error_per_feature
public int deep_features_hidden_layer
public boolean reconstruct_train
public boolean project_archetypes
public boolean reverse_transform
public boolean leaf_node_assignment
public int exemplar_index
public ModelMetricsBase[] model_metrics
public java.lang.String toString()
toString in class RequestSchema