|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.neuralnetwork.foundation.measurements.NNOutput
public class NNOutput
Measurement to determine the output of a Neural Network.
Constructor Summary | |
---|---|
NNOutput()
|
|
NNOutput(NNOutput rhs)
|
Method Summary | |
---|---|
NNOutput |
getClone()
Create a cloned copy of the current object and return it. |
String |
getDomain()
Get the domain string representing what this measurement's results will conform to. |
Type |
getValue(Algorithm algorithm)
Get the value of the measurement. |
void |
setInputFile(String inputFile)
|
void |
setNoInputs(int noInputs)
|
void |
setOutputFile(String outputFile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NNOutput()
public NNOutput(NNOutput rhs)
Method Detail |
---|
public NNOutput getClone()
Measurement
getClone
in interface Measurement
getClone
in interface Cloneable
Object.clone()
public String getDomain()
Measurement
getDomain
in interface Measurement
public Type getValue(Algorithm algorithm)
Measurement
Measurement.getDomain()
getValue
in interface Measurement
algorithm
- The algorithm to obtain the measurement from.
public void setInputFile(String inputFile)
public void setOutputFile(String outputFile)
public void setNoInputs(int noInputs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |