Package samer.models
Class SignalHistogram
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.models.JointHistogramBase
-
- samer.models.SignalHistogram
-
- All Implemented Interfaces:
- Task
public class SignalHistogram extends JointHistogramBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SignalHistogram(Generator g, int bufsize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
run()
-
Methods inherited from class samer.tools.AnonymousTask
starting, stopping
-
Methods inherited from class samer.models.JointHistogramBase
clear, data, dispose, getBinMatrix, getLikelihoodSignal, normalise, setInputs, setMaps
-
-
-
-
Constructor Detail
-
SignalHistogram
public SignalHistogram(Generator g, int bufsize)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfaceTask
- Overrides:
run
in classJointHistogramBase
-
-