io.writer
Class ExporterLIBSVMMatrix
java.lang.Object
io.writer.ExporterLIBSVMMatrix
- All Implemented Interfaces:
- IExporter
public class ExporterLIBSVMMatrix
- extends java.lang.Object
- implements IExporter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterLIBSVMMatrix
public ExporterLIBSVMMatrix()
getDistanceMeasure
public IDistanceMeasure getDistanceMeasure()
setDistanceMeasure
public void setDistanceMeasure(IDistanceMeasure distanceMeasure)
export
public void export(RandomAccessMDLReader reader,
EncodingFingerprint fingerprinter,
java.lang.String label,
java.io.File outputFile)
- Specified by:
export
in interface IExporter