Home
last modified time | relevance | path

Searched defs:textTree (Results 1 – 2 of 2) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dserialization_test.cpp246 TreeType& textTree, in CheckTrees()
335 TreeType* textTree; in BOOST_AUTO_TEST_CASE() local
357 TreeType textTree(xmlTree); in BOOST_AUTO_TEST_CASE() local
374 TreeType* textTree; in BOOST_AUTO_TEST_CASE() local
431 TreeType textTree(xmlTree); in BOOST_AUTO_TEST_CASE() local
481 TreeType* textTree; in BOOST_AUTO_TEST_CASE() local
538 TreeType textTree(otherData); in BOOST_AUTO_TEST_CASE() local
692 DTreeX xmlTree, binaryTree, textTree(otherDataset); in BOOST_AUTO_TEST_CASE() local
1440 HoeffdingTree<> textTree(info, 5); in BOOST_AUTO_TEST_CASE() local
1487 HoeffdingTree<> textTree(textInfo, 100); in BOOST_AUTO_TEST_CASE() local
H A Doctree_test.cpp337 Octree<>* textTree; variable