Name

adams.flow.transformer.WekaTextDirectoryReader


Synopsis

Loads all text files in a directory and uses the subdirectory names as class labels. The content of the text files will be stored in a String attribute, the filename can be stored as well.
Uses the WEKA weka.core.converters.TextDirectoryLoader converter.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output: weka.core.Instances


Options