Search results

  1. www.csie.ntu.edu.tw/~cjlin/libsvm   Cached
    LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM).
  2. weka.sourceforge.net/.../classifiers/​functions/LibSVM.html   Cached
    LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. ... Sets the parameter C of C-SVC, epsilon-SVR, and nu-SVR (default 1) void:
  3. proteomics.bioengr.uic.edu/malibu/​algorithms/libsvm.html   Cached
    LIBSVM. set type of SVM set type of kernel function set degree in polynomial kernel set gamma in gaussian ... set the epsilon in loss function of epsilon-SVR
  4. www.cse.yorku.ca/.../weka/classifiers/​functions/LibSVM.html   Cached
    LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. ... Sets the parameter C of C-SVC, epsilon-SVR, and nu-SVR (default 1). void:
  5. www.alivelearn.net/?p=1083   Cached
    I have been working on epsilon SVR trying to figure out the best model, and I think I did based already. ... what can i do for using libsvm and svr???
  6. www.cse.cuhk.edu.hk/~lyu/seminar/08fall/​SVM2.ppt
    File format: Microsoft Powerpoint
    ... % We now train the SVM and obtain a trained object and the training result >> [r ... C-SVC nu-SVC One class-SVM Epsilon-SVR nu-SVR Commands of libSVM ...
  7. www.sumobrain.com/patents/wipo/Computer-​assisted...   Cached
    The invention relates to a method for analysing mass spectral data obtained from a sample in GCxGC (2-dimensional) mass spectrometry, comprising: (a) comparing mass ...
  8. wiki.eigenvector.com/​index.php?title=Svm   Cached
    svmtype: [ {'epsilon-svr'} | 'nu-svr' ] Type of SVM to apply. ... epsilon: Value(s) to use for LIBSVM 'p' parameter (epsilon in loss function).
  9. stackoverflow.com/.../interpreting-​libsvm-epsilon-svr-result   Cached
    Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  10. stackoverflow.com/.../how-do-i-​interpret-an-incorrect-result   Cached
    Interpreting libsvm epsilon-SVR result. question feed. about faq badges blog chat data legal privacy policy jobs advertising info mobile contact us feedback. Technology
  11. stackoverflow.com/questions/7843891/​libsvm-model...   Cached
    I am using libSVM (in Python) and it seems that it works quite well. ... The SVM tries to get the best result with the features you put in ...
  12. stackoverflow.com/questions/10176434/​libsvm-in-java...result   Cached
    The print message comes from the libsvm library itself. ... Interpreting libsvm epsilon-SVR result. 0. Different accuracy for LibSVM and scikit-learn. question feed