semantic.cache

来自「APRIOR算法的源程序.希望对大家有用,谁有FP-GROWTH算法的程序请给我」· CACHE 代码 · 共 74 行 · 第 1/2 页

CACHE
74
字号
   (semanticdb-table "main.cpp"    :major-mode 'c++-mode    :tags '(("config.h" include (:system-flag t) nil [1319 1338]) ("iostream" include (:system-flag t) nil [1347 1366]) ("fstream" include (:system-flag t) nil [1367 1385]) ("Apriori.hpp" include nil nil [1386 1408]) ("usage" function (:type "void") nil [1487 2363]) ("process_config_file" function (:arguments (("quiet" variable (:type ("bool" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2391 2403]) ("store_input" variable (:type ("bool" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2404 2422]) ("size_threshold" variable (:type "unsigned int") (reparse-symbol arg-sub-list) [2429 2459])) :type "void") nil [2365 3626]) ("process_arguments" function (:arguments (("argc" variable (:type "int") (reparse-symbol arg-sub-list) [3695 3704]) ("argv" variable (:pointer 1 :dereference 1 :type "char") (reparse-symbol arg-sub-list) [3705 3718]) ("basket_file" variable (:type ("ifstream" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3719 3741]) ("min_supp" variable (:type "double") (reparse-symbol arg-sub-list) [3752 3770])) :type "int") nil [3672 4268]) ("main" function (:arguments (("argc" variable (:type "int") (reparse-symbol arg-sub-list) [4280 4289]) ("argv" variable (:pointer 1 :dereference 1 :type "char") (reparse-symbol arg-sub-list) [4290 4304])) :type "int") nil [4270 5434]))    :file "main.cpp"    :pointmax 5436    :unmatched-syntax 'nil    )   (semanticdb-table "Apriori.hpp"    :major-mode 'c++-mode    :tags '(("APRIORI_H" variable (:constant-flag t) nil [413 433]) ("Apriori_Trie.hpp" include nil nil [432 459]) ("map" include (:system-flag t) nil [460 474]) ("Apriori" type (:members (("public" label nil (reparse-symbol classsubparts) [3199 3206]) ("Apriori" function (:constructor-flag t :arguments (("basket_file" variable (:type ("ifstream" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3517 3539]) ("output_file_name" variable (:pointer 1 :constant-flag t :type "char") (reparse-symbol arg-sub-list) [3540 3569]) ("store_input" variable (:constant-flag t :type ("bool" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3577 3601])) :type ("Apriori" type "class")) (reparse-symbol classsubparts) [3508 3695]) ("APRIORI_alg" function (:prototype-flag t :arguments (("min_supp" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [3773 3795]) ("quiet" variable (:constant-flag t :type ("bool" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3804 3821]) ("size_threshold" variable (:constant-flag t :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3822 3856])) :type "void") (reparse-symbol classsubparts) [3755 3857]) ("Apriori" function (:destructor-flag t :type "void") (reparse-symbol classsubparts) [3862 3894]) ("private" label nil (reparse-symbol classsubparts) [3895 3903]) ("support" function (:prototype-flag t :arguments (("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3988 4020])) :type "void") (reparse-symbol classsubparts) [3974 4021]) ("protected" label nil (reparse-symbol classsubparts) [4023 4033]) ("private" label nil (reparse-symbol classsubparts) [4073 4081]) ("apriori_trie" variable (:pointer 1 :type ("Apriori_Trie" type (:type "class") nil nil)) (reparse-symbol classsubparts) [4127 4180]) ("input_output_manager" variable (:type ("Input_Output_Manager" type (:type "class") nil nil)) (reparse-symbol classsubparts) [4292 4353]) ("reduced_baskets" variable (:type ("map" type (:type "class") nil nil)) (reparse-symbol classsubparts) [4423 4477]) ("store_input" variable (:type ("bool" type (:type "class") nil nil)) (reparse-symbol classsubparts) [4570 4622])) :type "class") nil [3183 4625]))    :file "Apriori.hpp"    :pointmax 4634    )   (semanticdb-table "Apriori.cpp"    :major-mode 'c++-mode    :tags '(("Apriori.hpp" include nil nil [397 419]) ("iostream" include (:system-flag t) nil [420 439]) ("vector" include (:system-flag t) nil [440 457]) ("set" include (:system-flag t) nil [458 472]) ("cmath" include (:system-flag t) nil [473 489]) ("support" function (:parent "Apriori" :arguments (("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [688 720])) :type "void") nil [665 1475]) ("APRIORI_alg" function (:parent "Apriori" :arguments (("min_supp" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [1918 1940]) ("quiet" variable (:constant-flag t :type ("bool" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1948 1965]) ("size_threshold" variable (:constant-flag t :type "unsigned int") (reparse-symbol arg-sub-list) [1973 2008])) :type "void") nil [1891 4624]))    :file "Apriori.cpp"    :pointmax 4625    )   (semanticdb-table "Apriori_Trie.hpp"    :major-mode 'c++-mode    :tags '(("Apriori_Trie_HPP" variable (:constant-flag t) nil [427 488]) ("Trie.hpp" include nil nil [487 506]) ("Input_Output_Manager.hpp" include nil nil [507 542]) ("fstream" include (:system-flag t) nil [543 561]) ("set" include (:system-flag t) nil [562 576]) ("vector" include (:system-flag t) nil [577 594]) ("cstdio" include (:system-flag t) nil [595 612]) ("Apriori_Trie" type (:members (("public" label nil (reparse-symbol classsubparts) [1129 1136]) ("Apriori_Trie" function (:constructor-flag t :arguments (("counter_of_emptyset" variable (:constant-flag t :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1284 1323])) :type ("Apriori_Trie" type "class")) (reparse-symbol classsubparts) [1270 1363]) ("insert_frequent_items" function (:prototype-flag t :arguments (("counters" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1465 1502])) :type "void") (reparse-symbol classsubparts) [1438 1503]) ("candidate_generation" function (:prototype-flag t :arguments (("frequent_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1695 1725]) ("input_output_manager" variable (:type ("Input_Output_Manager" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1735 1779])) :type "void") (reparse-symbol classsubparts) [1668 1780]) ("find_candidate" function (:prototype-flag t :arguments (("basket" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1903 1934]) ("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1939 1969]) ("counter" variable (:constant-flag t :default-value "1" :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1974 2001])) :type "void") (reparse-symbol classsubparts) [1882 2004]) ("delete_infrequent" function (:prototype-flag t :arguments (("min_occurrence" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [2069 2097]) ("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2105 2136])) :type "void") (reparse-symbol classsubparts) [2045 2137]) ("is_there_any_candidate" function (:type ("bool" type (:type "class") nil nil)) (reparse-symbol classsubparts) [2184 2273]) ("Apriori_Trie" function (:destructor-flag t :type "void") (reparse-symbol classsubparts) [2278 2295]) ("protected" label nil (reparse-symbol classsubparts) [2297 2307]) ("is_all_subset_frequent" function (:prototype-flag t :arguments (("maybe_candidate" variable (:constant-flag t :type ("set" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2417 2455])) :type ("bool" type (:type "class") nil nil)) (reparse-symbol classsubparts) [2388 2462]) ("candidate_generation_two" function (:prototype-flag t :type "void") (reparse-symbol classsubparts) [2506 2538]) ("candidate_generation_assist" function (:prototype-flag t :arguments (("trie" variable (:pointer 1 :type ("Trie" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2633 2644]) ("maybe_candidate" variable (:type ("set" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2652 2683]) ("input_output_manager" variable (:type ("Input_Output_Manager" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2691 2734])) :type "void") (reparse-symbol classsubparts) [2592 2735]) ("find_candidate_two" function (:prototype-flag t :arguments (("basket" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2844 2875]) ("counter" variable (:constant-flag t :default-value "1" :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2884 2911])) :type "void") (reparse-symbol classsubparts) [2819 2914]) ("delete_infrequent_two" function (:prototype-flag t :arguments (("min_occurrence" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [3018 3047])) :type "void") (reparse-symbol classsubparts) [2990 3048]) ("private" label nil (reparse-symbol classsubparts) [3050 3058]) ("public" label nil (reparse-symbol classsubparts) [3085 3092]) ("protected" label nil (reparse-symbol classsubparts) [3118 3128]) ("main_trie" variable (:type ("Trie" type (:type "class") nil nil)) (reparse-symbol classsubparts) [3169 3184]) ("temp_counter_array" variable (:type ("vector" type (:type "class") nil nil)) (reparse-symbol classsubparts) [3498 3547])) :type "class") nil [1108 3550]))    :file "Apriori_Trie.hpp"    :pointmax 3559    )   (semanticdb-table "Apriori_Trie.cpp"    :major-mode 'c++-mode    :tags '(("Apriori_Trie.hpp" include nil nil [403 430]) ("cstdlib" include (:system-flag t) nil [431 449]) ("algorithm" include (:system-flag t) nil [450 470]) ("iostream" include (:system-flag t) nil [471 490]) ("insert_frequent_items" function (:parent "Apriori_Trie" :arguments (("counters" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [658 695])) :type "void") nil [613 874]) ("candidate_generation" function (:parent "Apriori_Trie" :arguments (("frequent_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1035 1065]) ("input_output_manager" variable (:type ("Input_Output_Manager" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1069 1113])) :type "void") nil [990 1331]) ("find_candidate" function (:parent "Apriori_Trie" :arguments (("basket" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1662 1693]) ("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1702 1732]) ("counter_incr" variable (:constant-flag t :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [1741 1772])) :type "void") nil [1627 2017]) ("delete_infrequent" function (:parent "Apriori_Trie" :arguments (("min_occurrence" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [2182 2210]) ("candidate_size" variable (:constant-flag t :type ("itemtype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2222 2253])) :type "void") nil [2144 2389]) ("is_all_subset_frequent" function (:parent "Apriori_Trie" :arguments (("maybe_candidate" variable (:constant-flag t :type ("set" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [2509 2547])) :type ("bool" type (:type "class") nil nil)) nil [2462 3159]) ("candidate_generation_two" function (:parent "Apriori_Trie" :type "void") nil [3161 3716]) ("candidate_generation_assist" function (:parent "Apriori_Trie" :arguments (("trie" variable (:pointer 1 :type ("Trie" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3770 3781]) ("maybe_candidate" variable (:type ("set" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3786 3817]) ("input_output_manager" variable (:type ("Input_Output_Manager" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [3822 3865])) :type "void") nil [3718 5405]) ("find_candidate_two" function (:parent "Apriori_Trie" :arguments (("basket" variable (:constant-flag t :type ("vector" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [5604 5635]) ("counter" variable (:constant-flag t :type ("countertype" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [5648 5675])) :type "void") nil [5565 6090]) ("delete_infrequent_two" function (:parent "Apriori_Trie" :arguments (("min_occurrence" variable (:constant-flag t :type "double") (reparse-symbol arg-sub-list) [6189 6218])) :type "void") nil [6147 7383]))    :file "Apriori_Trie.cpp"    :pointmax 7384    )   )  :file "semantic.cache"  :semantic-tag-version "2.0beta3"  :semanticdb-version "2.0beta3"  )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?