|
||||||||||
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.AreaUnderROC
public class AreaUnderROC
TODO: Fill in some javadoc.
Constructor Summary | |
---|---|
AreaUnderROC()
|
|
AreaUnderROC(AreaUnderROC rhs)
|
Method Summary | |
---|---|
AreaUnderROC |
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 |
setData(NeuralNetworkData data)
|
void |
setThreshold(double threshold)
|
void |
setTopology(NeuralNetworkTopology topology)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AreaUnderROC()
public AreaUnderROC(AreaUnderROC rhs)
Method Detail |
---|
public AreaUnderROC getClone()
Measurement
getClone
in interface Measurement
getClone
in interface Cloneable
Object.clone()
public Type getValue(Algorithm algorithm)
Measurement
Measurement.getDomain()
getValue
in interface Measurement
algorithm
- The algorithm to obtain the measurement from.
public void setThreshold(double threshold)
public String getDomain()
Measurement
getDomain
in interface Measurement
public void setData(NeuralNetworkData data)
public void setTopology(NeuralNetworkTopology topology)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |