Documentation of 'org.encog.ml.importance.FeatureImportance' Java class
FeatureImportance
org.encog.ml.importance

Interface FeatureImportance

    • Method Detail

      • init

        void init(MLRegression theModel,
                  java.lang.String[] names)
        Initialize a model
        Parameters:
        theModel - The model that will be used for ranking.
        names - The names of the fields.
      • performRanking

        void performRanking()
        Perform the ranking, without using a specific training set. Not all ranking algorithms support this.
      • performRanking

        void performRanking(MLDataSet theDataset)
        Perform the ranking, using a specific training set. Not all ranking algorithms can make use of a dataset.
        Parameters:
        theDataset - The dataset.
      • getFeatures

        java.util.List<FeatureRank> getFeatures()
        Returns:
        The individual rankings of each feature.
      • getFeaturesSorted

        java.util.Collection<FeatureRank> getFeaturesSorted()
        Returns:
        The sorted individual rankings of each feature.
      • getModel

        MLRegression getModel()
        Returns:
        The model that was evaluated.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.