net.sourceforge.cilib.measurement.single.diversity
Class AverageDiversityAroundAllEntities

java.lang.Object
  extended by net.sourceforge.cilib.measurement.single.diversity.Diversity
      extended by net.sourceforge.cilib.measurement.single.diversity.AverageDiversityAroundAllEntities
All Implemented Interfaces:
Serializable, Measurement, Cloneable

public class AverageDiversityAroundAllEntities
extends Diversity

Author:
Olusegun Olorunda This extends the concept of diversity around the population center by evaluating the average distance around each entity in the population, i.e. each population entity is used as a center, and then calculating the average over all these distances.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.cilib.measurement.single.diversity.Diversity
distanceMeasure, normalisationParameter, populationCenter
 
Constructor Summary
AverageDiversityAroundAllEntities()
           
 
Method Summary
 Type getValue()
          
 
Methods inherited from class net.sourceforge.cilib.measurement.single.diversity.Diversity
getClone, getDistanceMeasure, getDomain, getNormalisationParameter, getPopulationCenter, getValue, setDistanceMeasure, setNormalisationParameter, setPopulationCenter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AverageDiversityAroundAllEntities

public AverageDiversityAroundAllEntities()
Method Detail

getValue

public Type getValue()



Copyright © 2009 CIRG. All Rights Reserved.