Home
last modified time | relevance | path

Searched refs:test_labels (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/samples/python2/
Ddigits_adjust.py46 test_samples, test_labels = samples[test_idx], labels[test_idx]
49 score = (resp != test_labels).mean()
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_opencv/
Dpy_knn_opencv.markdown42 test_labels = train_labels.copy()
50 # For that, compare the result with test_labels and check which are wrong
51 matches = result==test_labels
/external/autotest/frontend/afe/
Dresources_test.py93 def test_labels(self): member in AtomicGroupClassTest
186 def test_labels(self): member in HostTest
/external/autotest/frontend/tko/
Dmodels.py594 test_labels = filter_data.pop('test_label_fields', [])
595 query_set = self._join_test_label_columns(query_set, test_labels)