yawn.io
Class Experiment
java.lang.Object
yawn.io.Experiment
public class Experiment
- extends java.lang.Object
Stores the information about learning methods and test environments
configurations.
$Id: Experiment.java,v 1.3 2005/04/07 17:28:25 supermarti Exp $
- Version:
- $Revision: 1.3 $
- Author:
- Luis Martí (luis dot marti at uc3m dot es)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
neuralNetwork
protected NeuralNetworkConfig neuralNetwork
environment
protected Environment environment
context
protected IContext context
Experiment
public Experiment()
getEnvironment
public Environment getEnvironment()
- Returns:
- Returns the environment.
setEnvironment
public void setEnvironment(Environment environment)
- Parameters:
environment
- The environment to set.
getNeuralNetwork
public NeuralNetworkConfig getNeuralNetwork()
- Returns:
- Returns the neuralNetwork.
setNeuralNetwork
public void setNeuralNetwork(NeuralNetworkConfig neuralNetwork)
- Parameters:
neuralNetwork
- The neuralNetwork to set.
getContext
public IContext getContext()
- Returns:
- Returns the context.
setContext
public void setContext(IContext context)
- Parameters:
context
- The context to set.
Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.