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

de.edux.ml.decisiontree.IDecisionTree Maven / Gradle / Ivy

The newest version!
package de.edux.ml.decisiontree;

public interface IDecisionTree {

  /**
   * Returns the feature importance of the decision tree.
   *
   * @return the feature importance of the decision tree
   */
  double[] getFeatureImportance();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy