net.sourceforge.cilib.measurement.single.diversity.normalisation
Class NormalisationParameter
java.lang.Object
net.sourceforge.cilib.measurement.single.diversity.normalisation.NormalisationParameter
- Direct Known Subclasses:
- TopologyBasedNormalisation
public class NormalisationParameter
- extends Object
TODO: Complete this javadoc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
normalisationParameter
protected double normalisationParameter
distanceMeasure
protected DistanceMeasure distanceMeasure
NormalisationParameter
public NormalisationParameter()
getValue
public double getValue()
- Returns:
- the normalising parameter
setNormalisationParameter
public void setNormalisationParameter(double value)
- Parameters:
set
- the value to be used as a normalisation parameter
getDistanceMeasure
public DistanceMeasure getDistanceMeasure()
- Returns:
- the distance measure used in the calculation
setDistanceMeasure
public void setDistanceMeasure(DistanceMeasure distance)
- Parameters:
distance
- The distance measure to be used in the normalisation calculation
Copyright © 2009 CIRG. All Rights Reserved.