public final class MatlabImporter extends AbstractMatlabIO implements DataSetImporter
Orientation property.
"inputs" for the input matrix and "targets" for the
target matrix.AbstractMatlabIO.OrientationDEFAULT_INPUTS_NAME, DEFAULT_ORIENTATION, DEFAULT_TARGETS_NAME| Constructor and Description |
|---|
MatlabImporter(File file)
Creates a new importer using the specified file.
|
MatlabImporter(File file,
String inputsName)
Creates a new importer using the specified file and input matrix name.
|
MatlabImporter(File file,
String inputsName,
String targetsName)
Creates a new importer using the specified file and names of the
matrices.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
importData()
Imports the data set.
|
getInputMatrixName, getOrientation, getTargetMatrixName, setInputMatrixName, setOrientation, setTargetMatrixNamepublic MatlabImporter(File file) throws IOException
file - the file containing the data setIOExceptionpublic MatlabImporter(File file, String inputsName) throws IOException
file - the file containing data setinputsName - the name of the input matrixIOExceptionpublic MatlabImporter(File file, String inputsName, String targetsName) throws IOException
file - the file containing data setinputsName - the name of the input matrixtargetsName - the name of the target matrixIOExceptionpublic DataSet importData()
importData in interface DataSetImporterCopyright © 2012. All Rights Reserved.