Home
last modified time | relevance | path

Searched refs:map_features (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dintfeaturemap_test.cc68 std::vector<int> map_features; in TEST_F()
69 int misses = map.MapIndexedFeatures(index_features, &map_features); in TEST_F()
71 EXPECT_EQ(total_buckets, map_features.size()); in TEST_F()
72 ExpectContiguous(map_features, 0, total_buckets); in TEST_F()
113 misses = map.MapIndexedFeatures(index_features, &map_features); in TEST_F()
119 EXPECT_EQ(total_buckets - 2, map_features.size()); in TEST_F()
120 ExpectContiguous(map_features, 0, total_buckets - 2); in TEST_F()
/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dintfeaturemap.h114 std::vector<int> *map_features) const { in MapIndexedFeatures() argument
115 return feature_map_.MapFeatures(index_features, map_features); in MapIndexedFeatures()
119 void DebugMapFeatures(const std::vector<int> &map_features) const;
H A Dintfeaturemap.cpp168 void IntFeatureMap::DebugMapFeatures(const std::vector<int> &map_features) const { in DebugMapFeatures()
169 for (int map_feature : map_features) { in DebugMapFeatures()
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylo/
H A Dphylotree.py612 def get_speciation_trees(self, map_features=None, autodetect_duplications=True, argument
646 sp_trees = get_subtrees(t, features=map_features, newick_only=newick_only)
808 … self.get_speciation_trees(autodetect_duplications=autodetect_duplications, map_features=["taxid"])
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/
H A Dperipheral.h665 PERIPHERAL_ERROR(__cdecl* map_features)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/addons/
H A DPeripheralAddon.cpp586 if (!m_struct.toAddon->map_features) in MapFeature()
600 LogError(retVal = m_struct.toAddon->map_features(&m_struct, &joystickStruct, in MapFeature()
/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/
H A Dete_maptrees.py246 target_attr=src_tree_attr, map_features=["support"])
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/
H A DPeripheral.h638 m_instanceData->toAddon->map_features = ADDON_MapFeatures; in SetAddonStruct()
/dports/biology/py-ete3/ete3-3.1.2/ete3/coretype/
H A Dtree.py1871 target_attr=source_tree_attr, map_features=[source_tree_attr, "support"])