From: popo Date: Wed, 16 Mar 2011 03:12:39 +0000 (+0000) Subject: matlab/README is modified because 32bit Windows binary files are going to be replaced... X-Git-Tag: v180~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4367a46fe51cb5c92f9dd6ee3234446ef825028e;p=liblinear matlab/README is modified because 32bit Windows binary files are going to be replaced by 64bit Windows binary files in next version. --- diff --git a/matlab/README b/matlab/README index 226693f..8242443 100644 --- a/matlab/README +++ b/matlab/README @@ -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