swarm.analysis
Interface EntropyC


public abstract interface EntropyC
extends MessageProbeS, MessageProbeC

Computes entropy via a MessageProbe.. Entropy objects read probabilities (via a MessageProbe) from a collection of objects and calculate the entropy of the underlying distribution.


Method Summary
 Object createEnd()
           
 Object setCollection(Object aCollection)
          The setCollection method sets the collection of objects that will be probed.
 
Methods inherited from interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods inherited from interface swarm.objectbase.MessageProbeC
setProbedSelector
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass
 

Method Detail

setCollection

public Object setCollection(Object aCollection)
The setCollection method sets the collection of objects that will be probed.

createEnd

public Object createEnd()