public static final class IsotonicRegressionModelV3.IsotonicRegressionModelOutputV3 extends water.api.schemas3.ModelOutputSchemaV3<IsotonicRegressionModel.IsotonicRegressionOutput,IsotonicRegressionModelV3.IsotonicRegressionModelOutputV3>
Modifier and Type | Field and Description |
---|---|
double |
max_x |
double |
min_x |
double[] |
thresholds_x |
double[] |
thresholds_y |
column_types, cross_validation_fold_assignment_frame_id, cross_validation_holdout_predictions_frame_id, cross_validation_metrics, cross_validation_metrics_summary, cross_validation_models, cross_validation_predictions, cv_scoring_history, default_threshold, domains, end_time, help, model_category, model_summary, names, original_names, reproducibility_information_table, run_time, scoring_history, start_time, status, training_metrics, validation_metrics
Constructor and Description |
---|
IsotonicRegressionModelOutputV3() |
Modifier and Type | Method and Description |
---|---|
IsotonicRegressionModelV3.IsotonicRegressionModelOutputV3 |
fillFromImpl(IsotonicRegressionModel.IsotonicRegressionOutput impl) |
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="thresholds y") public double[] thresholds_y
@API(help="thresholds X") public double[] thresholds_x
@API(help="min X") public double min_x
@API(help="max X") public double max_x
public IsotonicRegressionModelV3.IsotonicRegressionModelOutputV3 fillFromImpl(IsotonicRegressionModel.IsotonicRegressionOutput impl)
fillFromImpl
in class water.api.schemas3.ModelOutputSchemaV3<IsotonicRegressionModel.IsotonicRegressionOutput,IsotonicRegressionModelV3.IsotonicRegressionModelOutputV3>