Online documentation for Association Learner

Generated 2006-03-17

This component can learn mappings between an input and an output, and then return the learned output if the input is used again.

Description

The component learns mappings between values provided to in, and trainingOut. Setting the in property will try to match that input to any of the keys in the map set and output the corresponding value in out. Returns an empty string if no mapping is present for that input. Setting the trainingOut value will learn a mapping between the trainingOut and whatever the in property is set as.