示例#1
0
 def __init__(self):
     self.gilp = GurobiILP()
     self.weights = FeatureVector()
     self.feat_extr = FeatureExtractor()
     return