![JAR search and dependency download from the Maven repository](/logo.png)
hex.genmodel.algos.tree.ScoreIsolationTree Maven / Gradle / Ivy
package hex.genmodel.algos.tree;
import java.io.Serializable;
public interface ScoreIsolationTree extends Serializable {
double scoreTree(byte[] tree, double[] row);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy