Name

adams.flow.transformer.WekaFileReader


Synopsis

Reads any file format that Weka's converters can handle and returns the full dataset or single weka.core.Instance objects. This actor takes the file or URL to read as input. In case of URLs, the associated loader must implement weka.core.converters.URLSourcedLoader.


Additional information

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


Options