org.dllearner.utilities.experiments
Class ExperimentConfiguration
java.lang.Object
org.dllearner.utilities.experiments.ExperimentConfiguration
public class ExperimentConfiguration
- extends Object
An experiment has a certain configuration. In an iterated experiment or a
experiment row a parameter can be altered or influenced by previous
experiments with the same configuration. If you do not have an iterated
experiment (or better only 1 iteration) set sizeOfResultVector to 1
- Author:
- Sebastian Hellmann
experimentName
public final String experimentName
sizeOfResultVector
public final int sizeOfResultVector
ExperimentConfiguration
public ExperimentConfiguration(String experimentName)
- sets sizeOfResultVector to 1, meaning no iterated experiments
- Parameters:
experimentName -
ExperimentConfiguration
public ExperimentConfiguration(String experimentName,
int sizeOfResultVector)
toString
public String toString()
- Overrides:
toString in class Object
getTableRows
public List<TableRowColumn> getTableRows()
init
public void init(List<com.jamonapi.MonKeyImp> monkeys)
init
public void init(com.jamonapi.MonKeyImp oldMonkey)
add
public void add(com.jamonapi.MonKeyImp monkey,
int index,
double value)
start
public com.jamonapi.Monitor start(com.jamonapi.MonKeyImp monkey,
int index)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann