Ejemplo n.º 1
0
 def classify(cls, params, state, tolerance):
     threshold = 1 - tolerance
     if state[0][2] > threshold and state[1][3] > threshold:
         return 3
     else:
         return CWOL.classify(params, state, tolerance)
Ejemplo n.º 2
0
 def classify(cls, params, state, tolerance):
     threshold = 1 - tolerance
     if state[0][2] > threshold and state[1][3] > threshold:
         return 3
     else:
         return CWOL.classify(params, state, tolerance)
Ejemplo n.º 3
0
 def test_validate_classifier(self):
     CWOL.validate_classifier(timeout=300, tolerance=0.05)
Ejemplo n.º 4
0
 def test_validate_classifier(self):
     CWOL.validate_classifier(timeout=300, tolerance=0.05)