net.sourceforge.cilib.neuralnetwork.foundation.measurements
Class AreaUnderROC

java.lang.Object
  extended by net.sourceforge.cilib.neuralnetwork.foundation.measurements.AreaUnderROC
All Implemented Interfaces:
Serializable, Measurement, Cloneable

public class AreaUnderROC
extends Object
implements Measurement

TODO: Fill in some javadoc.

See Also:
Serialized Form

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

AreaUnderROC

public AreaUnderROC()

AreaUnderROC

public AreaUnderROC(AreaUnderROC rhs)
Method Detail

getClone

public AreaUnderROC getClone()
Description copied from interface: Measurement
Create a cloned copy of the current object and return it. In general the created copy will be a deep copy of the provided instance. As a result this operation an be quite expensive if used incorrectly.

Specified by:
getClone in interface Measurement
Specified by:
getClone in interface Cloneable
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

getValue

public Type getValue(Algorithm algorithm)
Description copied from interface: Measurement
Get the value of the measurement. The represenation of the measurement will be based on the domain string defined Measurement.getDomain()

Specified by:
getValue in interface Measurement
Parameters:
algorithm - The algorithm to obtain the measurement from.
Returns:
The Type representing the value of the measurement.

setThreshold

public void setThreshold(double threshold)

getDomain

public String getDomain()
Description copied from interface: Measurement
Get the domain string representing what this measurement's results will conform to.

Specified by:
getDomain in interface Measurement
Returns:
The Domain String representing the represenation of the measurement

setData

public void setData(NeuralNetworkData data)

setTopology

public void setTopology(NeuralNetworkTopology topology)


Copyright © 2009 CIRG. All Rights Reserved.