swarm.analysis
Interface EntropyC

All Known Implementing Classes:
EntropyCImpl

public interface EntropyC
extends MessageProbeC, MessageProbeS

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
 java.lang.Object setCollection(java.lang.Object aCollection)
          The setCollection method sets the collection of objects that will be probed.
 
Methods inherited from interface swarm.objectbase.MessageProbeC
create$setProbedSelector, setProbedMethodName, setProbedSelector
 
Methods inherited from interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass, setProbedObject
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setCollection

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