Class InputMapper

java.lang.Object
net.maswag.falcaun.InputMapper
All Implemented Interfaces:
Iterable<Map<Character,Double>>, Collection<Map<Character,Double>>, List<Map<Character,Double>>

public class InputMapper extends Object implements List<Map<Character,Double>>
A class that represents a mapping from characters to double values. This class implements List<Map<Character, Double>> and can be constructed from a List<List<Double>>, similar to how InputMapperReader works.

The InputMapper provides functionality to create a list of character-to-double mappings from a list of lists of double values. Each inner list in the input is converted to a map where characters (starting from 'a') are assigned to the double values.