IntervalCoder
Module that generates a simple interval code for a real-valued input.
Example XML definition
A simple example
<module
class = "IntervalCoder"
name = "IntervalCoder"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "IntervalCoder". | string | |
| name | The name of this instance of the module. | string | |
| output_size | Number of output node | int | 10 |
| radius | The size of the the coding | float | 1 |
| min | Minimum value to be coded | float | 0.0 |
| max | Maximum value to be coded | float | 1.0 |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The interval coded output |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
IntervalCoder.h
IntervalCoder.cc
IntervalCoder.ikc