Histogram

Module that counts the number of values within each histogram bin.

Example XML definition

Example

  <module
      class = "Gate"
      name = "Gate"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "Histogram".string
nameThe name of this instance of the module.string
sizeThe number of bins in the histogramint15
minThe minimum input valuefloat0
maxThe maximum input valuefloat1
ignore_outliersShould outliers be ignored or mapped to min or max?boolyes

Module Connections

Inputs

NameDescription
INPUTThe input
TRIGIf this input is connected, the input values are only used when the trig is larger than zero.

Outputs

NameDescription
OUTPUTThe output

Limitations

Only works on one-dimensional inputs.

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

Gate.h
Gate.cc
Gate.ikc
Histogram.ikc

blog comments powered by Disqus