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