libsvmread libsvm Toolbox predict

libsvm Toolbox >> libsvm Toolbox > libsvmwrite

libsvmwrite

writes sparse matrix to a file in LIBSVM format

Calling Sequence

libsvmwrite('filename', label_vector, instance_matrix);

Description

The instance_matrix must be a sparse matrix. (type must be double)

See also

Authors

libsvmread libsvm Toolbox predict