]> granicus.if.org Git - liblinear/commitdiff
matlab/README is modified because 32bit Windows binary files are going to be replaced...
authorpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 16 Mar 2011 03:12:39 +0000 (03:12 +0000)
committerpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 16 Mar 2011 03:12:39 +0000 (03:12 +0000)
matlab/README

index 226693f1d99e6cf267e3a5623e4d470caa090258..824244383b766192cc69c72118175a53e43b7184 100644 (file)
@@ -39,9 +39,9 @@ To use Octave, type 'make octave':
 Example:
         linux> make octave
 
-On Windows systems, pre-built 'train.mexw32' and 'predict.mexw32' are
+On Windows systems, pre-built 'train.mexw64' and 'predict.mexw64' are
 included in this package (in ..\windows), so no need to conduct
-installation unless you run 64 bit windows.  If you have modified the
+installation unless you run 32 bit windows.  If you have modified the
 sources and would like to re-build the package, type 'mex -setup' in
 MATLAB to choose a compiler for mex first. Then type 'make' to start
 the installation.
@@ -148,7 +148,7 @@ A matlab function libsvmwrite writes Matlab matrix to a file in LIBSVM format:
 libsvmwrite('data.txt', label_vector, instance_matrix]
 
 The instance_matrix must be a sparse matrix. (type must be double)
-For windows, `libsvmread.mexw32' and `libsvmwrite.mexw32' are ready in 
+For windows, `libsvmread.mexw64' and `libsvmwrite.mexw64' are ready in 
 the directory `..\windows'.
 
 These codes are prepared by Rong-En Fan and Kai-Wei Chang from National