CategoricalDataSet Methods

Methods

CategorizeByEntropyMinimization(String, Char, IndexCollection, Boolean, Int32, IFormatProvider) Discretizes numerical data from the stream underlying the specified file by defining multiple intervals of the numerical data range. Intervals are identified by minimizing the intra-interval entropy of the specified target data.
CategorizeByEntropyMinimization(TextReader, Char, IndexCollection, Boolean, Int32, IFormatProvider) Discretizes numerical data from the stream underlying the specified text reader by defining multiple intervals of the numerical data range. Intervals are identified by minimizing the intra-interval entropy of the specified target data.
Decode Decodes the CategoricalDataSet.
Disjoin Disjoins the data of the CategoricalDataSet.
Disjoin(DoubleMatrix) Disjoins supplementary data.
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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromEncodedData Initializes a new instance of the CategoricalDataSet class from previously encoded data.
GetContingencyTable Gets the contingency table representing the joint absolute frequency distribution of the specified categorical variables.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also