All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.schemas.SharedTreeModelV3 Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package hex.schemas;

import hex.tree.SharedTreeModel;
import water.api.API;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;

public class SharedTreeModelV3,
                                        S extends SharedTreeModelV3,
                                        P extends SharedTreeModel.SharedTreeParameters,
                                        PS extends SharedTreeV3.SharedTreeParametersV3,
                                        O extends SharedTreeModel.SharedTreeOutput,
                                        OS extends SharedTreeModelV3.SharedTreeModelOutputV3>
        extends ModelSchemaV3 {

  public static class SharedTreeModelOutputV3> extends ModelOutputSchemaV3 {
    @API(help="Variable Importances", direction=API.Direction.OUTPUT, level = API.Level.secondary)
    TwoDimTableV3 variable_importances;

    @API(help="The Intercept term, the initial model function value to which trees make adjustments", direction=API.Direction.OUTPUT)
    double init_f;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy