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

ai.h2o.algos.tree.INodeStat Maven / Gradle / Ivy

package ai.h2o.algos.tree;

public interface INodeStat {

  float getGain();

  float getCover();

  float getBaseWeight();

  int getLeafCount();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy