Package se.hb.jcp.io
Class libsvmReader
- java.lang.Object
-
- se.hb.jcp.io.DataSetReader
-
- se.hb.jcp.io.libsvmReader
-
public class libsvmReader extends DataSetReader
Data set reader for the libsvm sparse data format.- Author:
- anders.gidenstam(at)hb.se
-
-
Constructor Summary
Constructors Constructor Description libsvmReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSetread(java.io.InputStream source, cern.colt.matrix.DoubleMatrix1D template)-
Methods inherited from class se.hb.jcp.io.DataSetReader
read
-
-
-
-
Method Detail
-
read
public DataSet read(java.io.InputStream source, cern.colt.matrix.DoubleMatrix1D template) throws java.io.IOException
- Specified by:
readin classDataSetReader- Throws:
java.io.IOException
-
-