All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.data.MapKeys.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
MapKeys
=======

This processor provides a way to map keys (feature names) to other
values. This is sometimes required to match special processors that
rely on specific feature names:

      
      

A more complex setting can be used by specifying the map in a `key=value`
file, e.g. stored as `my-map.txt`. With such a file, the processor can
be specified as:

      
      
where the `my-map.txt` file may look like

      attr1=sepalLength
      attr2=sepalWidth
      ...
      
which will map the keys according to the map. 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy