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. |
setCollection
public java.lang.Object setCollection(java.lang.Object aCollection)
- The setCollection method sets the collection of objects that will be probed.