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

Class NeuralFeatureImportanceCalc

  • All Implemented Interfaces:
    FeatureImportance


    public class NeuralFeatureImportanceCalc
    extends AbstractFeatureImportance
    A feature ranking algorithm based on the weights of a neural network. This algorithm can only be used for neural networks, and it cannot calculate importance relative to a new dataset. Sources: Garson, D. G. (1991). Interpreting neural network connection weights. Goh, A. (1995). Back-propagation neural networks for modeling complex systems. Artificial Intelligence in Engineering, 9(3), 143-151.
    • Constructor Detail

      • NeuralFeatureImportanceCalc

        public NeuralFeatureImportanceCalc()
    • Method Detail

      • performRanking

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

        public 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.