Package PyML :: Package feature_selection :: Module featsel :: Class FeatureScorer
[frames] | no frames]

Class FeatureScorer

source code

object --+
         |
        FeatureScorer

base class for objects that have a 'score' function for scoring the features of a dataset
Instance Methods
 
score(self) source code
 
train(self) source code
 
test(self, data, *options, **args) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  type = 'featureScorer'
Properties

Inherited from object: __class__