
Question mark (?) in ARFF file is also read as missing value.

For example if 'abc' is written in an integer column, it will be treated as a missing value. If this parameter is set to true, values that do not match with the expected value type are considered as missing values and are replaced by '?'. read_not_matching_values_as_missingsThis is an expert parameter.A long list of encoding is provided users can select any of them. It can be selected using the choose a file button.


ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato for use with the Weka machine learning software. An ARFF file is an ASCII text file that describes a list of instances sharing a set of attributes. This operator can read ARFF (Attribute-Relation File Format) files known from the machine learning library Weka. SynopsisThis operator is used for reading an ARFF file.
