def __init__(self, conf): SemiSupervisedFeatureSelection.__init__(self, conf) self.projection = SelectKBest(f_classif, k = conf.num_components)