IntervalDecoder
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
Module used to decode an interval coded vector.
Example XML definition
A simple example
<module
class = "IntervalDecoder"
name = "IntervalDecoder"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "IntervalDecoder". | string | |
| name | The name of this instance of the module. | string | |
| radius | Size of the code | int | 1 |
| min | The minumim coded value | float | 0.0 |
| max | The maximum coded value | float | 1.0 |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
IntervalDecoder.h
IntervalDecoder.cc
IntervalDecoder.ikc