Good evening to all; I have a small problem that I can not solve: from a C program must call weka classes and accurately Apriori algorithm, I use this syntax system ("\" C: \ \ Program Files \ \ Weka-3-6 \ \ weka.jar \ "weka.associations.Apriori"); In this way I can just start the program and I have to do everything manually. you tell me where the mistake? Thank you all for the help.
salv03
Posts
-
call weka classes -
apriori algorithmI compiled the code but I have these errors. I do not understand where I am to put ever. can anyone help me? error LNK2028: unresolved token (0A000476) "class std::set<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> >,struct std::less<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> > >,class std::allocator<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> > > > __cdecl apriori(unsigned int const &,class Matrix const &,unsigned int const &)" (?apriori@@$$FYA?AV?$set@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@U?$less@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@@2@V?$allocator@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@@2@@std@@ABIABVMatrix@@0@Z) referenced in function "int __cdecl main(void)" (?main@@$$HYAHXZ) error LNK2028: unresolved token (0A000477) "void __cdecl display(class std::set<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> >,struct std::less<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> > >,class std::allocator<class std::set<unsigned int,struct std::less<unsigned int>,class std::allocator<unsigned int> > > >,class std::map<unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<unsigned int>,class std::allocator<struct std::pair<unsigned int const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > >)" (?display@@$$FYAXV?$set@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@U?$less@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@@2@V?$allocator@V?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@@2@@std@@V?$map@IV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@I@2@V?$allocator@U?$pair@$$CBIV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@2@@2@@Z) referenced in function "int __cdecl main(void)" (?main@@$$HYAHXZ) error LNK2028: unresolved token (0A000478) "public: void __thiscall Matrix::getData(void)" (?getData@Matrix@@$$FQAEXXZ) referenced in function "int __cdecl main(void)" (?main@@$$HYAHXZ) error LNK2028: unresolved token (0A000479) "public: __
-
call to 'another program from C codewhat I want to do and a C program to invoke the software Weka. I can do this if you like? eg with the previous answer but I would like to understand how to go about my problem! thanks to all
-
call to 'another program from C codeI have a C program and here I invoke the Weka software how can I do? I thank you all for your help!
-
apriori algorithmthank you anyway for your assistance, I hope someone can help me
-
apriori algorithmGood evening everyone I'm new to this forum, I wanted to ask if anyone can help me find the code of the algorithm Apriori in C. Thanks to all.