public abstract class BilinearExperiment extends Object
| Constructor and Description |
|---|
BilinearExperiment() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DATA_ROOT() |
protected String |
FOLD_ROOT(int fold) |
String |
getExperimentName() |
String |
getExperimentSetName() |
protected String |
MATLAB_DATA() |
protected String |
MATLAB_DATA(String data) |
abstract void |
performExperiment() |
protected void |
prepareExperimentLog(BilinearLearnerParameters params) |
File |
prepareExperimentRoot() |
public BilinearExperiment()
protected void prepareExperimentLog(BilinearLearnerParameters params) throws IOException
IOExceptionpublic File prepareExperimentRoot() throws IOException
IOExceptionprotected String FOLD_ROOT(int fold) throws IOException
IOExceptionprotected String MATLAB_DATA()
protected String MATLAB_DATA(String data)
public abstract void performExperiment() throws Exception
Exceptionpublic String getExperimentName()
public String getExperimentSetName()