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
IOException
public File prepareExperimentRoot() throws IOException
IOException
protected String FOLD_ROOT(int fold) throws IOException
IOException
protected String MATLAB_DATA()
protected String MATLAB_DATA(String data)
public abstract void performExperiment() throws Exception
Exception
public String getExperimentName()
public String getExperimentSetName()