From: Muhammad Arif on 24 Apr 2010 02:09 i did survey but could not find the answer........can any one tell me that what is the limit of svmtrain to train data......please!
From: Mohammad A. Mezher on 24 Apr 2010 13:02 "Muhammad Arif" <silenteyes89(a)hotmail.com> wrote in message <hqu1ug$q9c$1(a)fred.mathworks.com>... > i did survey but could not find the answer........can any one tell me that what is the limit of svmtrain to train data......please! it depends on what method you would like to use type in matlab >> help crossval
From: Mohammad A. Mezher on 24 Apr 2010 13:30 "Mohammad A. Mezher" <mohabedalgani(a)yahoo.com> wrote in message <hqv86c$sqs$1(a)fred.mathworks.com>... > "Muhammad Arif" <silenteyes89(a)hotmail.com> wrote in message <hqu1ug$q9c$1(a)fred.mathworks.com>... > > i did survey but could not find the answer........can any one tell me that what is the limit of svmtrain to train data......please! > > it depends on what method you would like to use > type in matlab > > >> help crossval > > sorry type help crossvalind note: there are many methods to draw your training data
From: Muhammad Arif on 26 Apr 2010 08:28 "Mohammad A. Mezher" <mohabedalgani(a)yahoo.com> wrote in message <hqv9ri$ep9$1(a)fred.mathworks.com>... > "Mohammad A. Mezher" <mohabedalgani(a)yahoo.com> wrote in message <hqv86c$sqs$1(a)fred.mathworks.com>... > > "Muhammad Arif" <silenteyes89(a)hotmail.com> wrote in message <hqu1ug$q9c$1(a)fred.mathworks.com>... > > > i did survey but could not find the answer........can any one tell me that what is the limit of svmtrain to train data......please! > > > > it depends on what method you would like to use > > type in matlab > > > > >> help crossval > > > > > > sorry type help crossvalind > > note: > there are many methods to draw your training data im using the simple one i.e svmtrian(training_data,groups) what about this one..? i know about crossvalind....now do you have any idea that how much datacan svm takes for training??
From: Steven Lord on 26 Apr 2010 10:15 "Muhammad Arif" <silenteyes89(a)hotmail.com> wrote in message news:hr40sk$6qh$1(a)fred.mathworks.com... > "Mohammad A. Mezher" <mohabedalgani(a)yahoo.com> wrote in message > <hqv9ri$ep9$1(a)fred.mathworks.com>... >> "Mohammad A. Mezher" <mohabedalgani(a)yahoo.com> wrote in message >> <hqv86c$sqs$1(a)fred.mathworks.com>... >> > "Muhammad Arif" <silenteyes89(a)hotmail.com> wrote in message >> > <hqu1ug$q9c$1(a)fred.mathworks.com>... >> > > i did survey but could not find the answer........can any one tell me >> > > that what is the limit of svmtrain to train data......please! >> > >> > it depends on what method you would like to use type in matlab >> > >> help crossval >> > >> > >> >> sorry type help crossvalind >> >> note: >> there are many methods to draw your training data > > im using the simple one i.e svmtrian(training_data,groups) > what about this one..? i know about crossvalind....now do you have any > idea that how much datacan svm takes for training?? I don't know if there is a theoretical limit for SVMTRAIN besides the maximum number of elements matrices are allowed to have given your OS and MATLAB version: help computer But you're very likely to run into the practical limit imposed by how much memory you have available before you reach the COMPUTER-described limit. http://www.mathworks.com/support/tech-notes/1100/1106.html -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: Roc curve and perfcurve function in SVM Next: executing consecutive DOS commands |