Uploaded image for project: 'Machine Learning Library'
  1. Machine Learning Library
  2. ML-307

Fix Multiclass libSVM C++ Attributes

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      In ML/SVM/LibSVM/svm_train.ecl and ML/SVM/lbSVM/svm_train.ecl , the components sv_coef uses wrong formula for 2d addressing for moving them in and out of libSVM interface.
      Change from (i * no_of_cols + j) to (i * no_of_rows + j).

      Attachments

        Activity

          People

            successar Sarthak Jain
            successar Sarthak Jain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: