Home
last modified time | relevance | path

Searched defs:test_classifier (Results 1 – 18 of 18) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/nodes/
H A Dshogun_svm_classifier.py19 def is_shogun_classifier(test_classifier): argument
29 test_classifier = getattr(sgClassifier, labels) variable
/dports/science/py-mdp/MDP-3.5/mdp/nodes/
H A Dshogun_svm_classifier.py22 def is_shogun_classifier(test_classifier): argument
32 test_classifier = getattr(sgClassifier, labels) variable
/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.cpp810 ShapeClassifier *test_classifier, in TestClassifierVOld()
824 ShapeClassifier *test_classifier, in TestClassifierOnSamples()
846 ShapeClassifier *test_classifier, in TestClassifier()
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_dist.py250 def test_classifier(self): member in MetadataTestCase
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_dist.py250 def test_classifier(self): member in MetadataTestCase
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_dist.py248 def test_classifier(self): member in MetadataTestCase
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_dist.py360 def test_classifier(self): member in MetadataTestCase
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_dist.py360 def test_classifier(self): member in MetadataTestCase
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_dist.py364 def test_classifier(self): member in MetadataTestCase
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_dist.py359 def test_classifier(self): member in MetadataTestCase
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dsdet_adaptor.py141 def test_classifier(tclsf, block_size, category_id_file="", category_name=""): function
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dclassifier.c918 void test_classifier(char *datacfg, char *cfgfile, char *weightfile, int target_layer) in test_classifier() function