public abstract class AbstractMatlabIO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMatlabIO.Orientation
The orientation of data samples in the matrix.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_INPUTS_NAME |
static AbstractMatlabIO.Orientation |
DEFAULT_ORIENTATION |
static String |
DEFAULT_TARGETS_NAME |
| Constructor and Description |
|---|
AbstractMatlabIO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputMatrixName()
Returns the name for the input matrix.
|
AbstractMatlabIO.Orientation |
getOrientation()
Returns the orientation of the data vectors in the matrix.
|
String |
getTargetMatrixName()
Returns the name for the target matrix.
|
void |
setInputMatrixName(String name)
Sets the name for the input matrix.
|
void |
setOrientation(AbstractMatlabIO.Orientation orientation)
Sets the orientation of the data vectors in the matrix.
|
void |
setTargetMatrixName(String name)
Sets the name for the target matrix.
|
public static final AbstractMatlabIO.Orientation DEFAULT_ORIENTATION
public static final String DEFAULT_INPUTS_NAME
public static final String DEFAULT_TARGETS_NAME
public AbstractMatlabIO.Orientation getOrientation()
public void setOrientation(AbstractMatlabIO.Orientation orientation)
orientation - the orientation of the data vectors in the matrixpublic String getInputMatrixName()
public String getTargetMatrixName()
public void setInputMatrixName(String name)
name - the name for the input matrix. Cannot be null. Must
contain at least one character. Must differ from the name for the target
matrix.public void setTargetMatrixName(String name)
name - the name for the target matrix. Cannot be null. Must
contain at least one character. Must differ from the name for the input
matrix.Copyright © 2012. All Rights Reserved.