CategoricalDataSetEncode Method

Overload List

Encode(String, Char, IndexCollection, Boolean) Encodes categorical data from the specified file.
Encode(TextReader, Char, IndexCollection, Boolean) Encodes categorical data from the stream underlying the specified text reader.
Encode(String, Char, IndexCollection, Boolean, DictionaryInt32, Categorizer, IFormatProvider) Encodes categorical or numerical data from the given file applying specific numerical data categorizers.
Encode(TextReader, Char, IndexCollection, Boolean, DictionaryInt32, Categorizer, IFormatProvider) Encodes categorical or numerical data from the stream underlying the specified text reader applying specific numerical data categorizers.

See Also