示例#1
0
 def __init__(self, legalLabels, maxIterations):
     PerceptronClassifier.__init__(self, legalLabels, maxIterations)
     self.weights = util.Counter()
示例#2
0
 def __init__(self, legalLabels, maxIterations):
     PerceptronClassifier.__init__(self, legalLabels, maxIterations)
     self.weights = util.Counter()