public final class MatlabExporter extends AbstractMatlabIO implements DataSetExporter
"inputs" and "targets" for
input matrix and target matrix respectively.AbstractMatlabIO.OrientationDEFAULT_INPUTS_NAME, DEFAULT_ORIENTATION, DEFAULT_TARGETS_NAME| Constructor and Description |
|---|
MatlabExporter(File file)
Creates a new exporter.
|
MatlabExporter(String filePath)
Creates a new exporter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exportData(DataSet set)
Exports specified data set to the file.
|
getInputMatrixName, getOrientation, getTargetMatrixName, setInputMatrixName, setOrientation, setTargetMatrixNamepublic MatlabExporter(String filePath)
filePath - the path to the file in which data set will be savedpublic MatlabExporter(File file)
file - the file in which data set will be savedpublic void exportData(DataSet set) throws IOException
exportData in interface DataSetExporterset - the data set to exportIOExceptionCopyright © 2012. All Rights Reserved.