LIBSVM FAQ

last modified : Thu, 1 Mar 2012 14:45:34 GMT
  • All Questions(77)

  • Q: Some courses which have used libsvm as a tool

    [Go Top]


    Q: Some applications/tools which have used libsvm
    (and maybe liblinear).

    [Go Top]


    Q: Where can I find documents/videos of libsvm ?

    [Go Top]


    Q: Where are change log and earlier versions?

    See the change log.

    You can download earlier versions here.

    [Go Top]


    Q: How to cite LIBSVM?

    Please cite the following paper:

    Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1--27:27, 2011. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm

    The bibtex format is

    @article{CC01a,
     author = {Chang, Chih-Chung and Lin, Chih-Jen},
     title = {{LIBSVM}: A library for support vector machines},
     journal = {ACM Transactions on Intelligent Systems and Technology},
     volume = {2},
     issue = {3},
     year = {2011},
     pages = {27:1--27:27},
     note =	 {Software available at \url{http://www.csie.ntu.edu.tw/~cjlin/libsvm}}
    }
    

    [Go Top]


    Q: I would like to use libsvm in my software. Is there any license problem?

    The libsvm license ("the modified BSD license") is compatible with many free software licenses such as GPL. Hence, it is very easy to use libsvm in your software. Please check the COPYRIGHT file in detail. Basically you need to

    1. Clearly indicate that LIBSVM is used.
    2. Retain the LIBSVM COPYRIGHT file in your software.
    It can also be used in commercial products.

    [Go Top]


    Q: Is there a repository of additional tools based on libsvm?

    Yes, see libsvm tools

    [Go Top]


    Q: On unix machines, I got "error in loading shared libraries" or "cannot open shared object file." What happened ?

    This usually happens if you compile the code on one machine and run it on another which has incompatible libraries. Try to recompile the program on that machine or use static linking.

    [Go Top]


    Q: I have modified the source and would like to build the graphic interface "svm-toy" on MS windows. How should I do it ?

    Build it as a project by choosing "Win32 Project." On the other hand, for "svm-train" and "svm-predict" you want to choose "Win32 Console Project." After libsvm 2.5, you can also use the file Makefile.win. See details in README.

    If you are not using Makefile.win and see the following link error

    LIBCMTD.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol
    _wWinMain@16
    
    you may have selected a wrong project type.

    [Go Top]


    Q: I am an MS windows user but why only one (svm-toy) of those precompiled .exe actually runs ?

    You need to open a command window and type svmtrain.exe to see all options. Some examples are in README file.

    [Go Top]


    Q: What is the difference between "." and "*" outputed during training?

    "." means every 1,000 iterations (or every #data iterations is your #data is less than 1,000). "*" means that after iterations of using a smaller shrunk problem, we reset to use the whole set. See the implementation document for details.

    [Go Top]


    Q: Why occasionally the program (including MATLAB or other interfaces) crashes and gives a segmentation fault?

    Very likely the program consumes too much memory than what the operating system can provide. Try a smaller data and see if the program still crashes.

    [Go Top]


    Q: How to build a dynamic library (.dll file) on MS windows?

    The easiest way is to use Makefile.win. See details in README. Alternatively, you can use Visual C++. Here is the example using Visual Studio .Net 2008:

    1. Create a Win32 empty DLL project and set (in Project->$Project_Name Properties...->Configuration) to "Release." About how to create a new dynamic link library, please refer to http://msdn2.microsoft.com/en-us/library/ms235636(VS.80).aspx
    2. Add svm.cpp, svm.h to your project.
    3. Add __WIN32__ and _CRT_SECURE_NO_DEPRECATE to Preprocessor definitions (in Project->$Project_Name Properties...->C/C++->Preprocessor)
    4. Set Create/Use Precompiled Header to Not Using Precompiled Headers (in Project->$Project_Name Properties...->C/C++->Precompiled Headers)
    5. Set the path for the Modulation Definition File svm.def (in Project->$Project_Name Properties...->Linker->input
    6. Build the DLL.
    7. Rename the dll file to libsvm.dll and move it to the correct path.

    [Go Top]


    Q: On some systems (e.g., Ubuntu), compiling LIBSVM gives many warning messages. Is this a problem and how to disable the warning message?

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:2730: warning: ignoring return value of int fscanf(FILEM. Is this a problem and how to disable the warning message?
    

    The warning message is like

    svm.cpp:273