Click or drag to resize

CategoricalDataSet Methods

The CategoricalDataSet type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCategorizeByEntropyMinimization(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.
Public methodStatic memberCode exampleCategorizeByEntropyMinimization(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.
Public methodDecode
Decodes the CategoricalDataSet.
Public methodDisjoin
Disjoins the data of the CategoricalDataSet.
Public methodDisjoin(DoubleMatrix)
Disjoins supplementary data.
Public methodStatic memberCode exampleEncode(String, Char, IndexCollection, Boolean)
Encodes categorical data from the specified file.
Public methodStatic memberCode exampleEncode(TextReader, Char, IndexCollection, Boolean)
Encodes categorical data from the stream underlying the specified text reader.
Public methodStatic memberCode exampleEncode(String, Char, IndexCollection, Boolean, DictionaryInt32, Categorizer, IFormatProvider)
Encodes categorical or numerical data from the given file applying specific data categorizers.
Public methodStatic memberCode exampleEncode(TextReader, Char, IndexCollection, Boolean, DictionaryInt32, Categorizer, IFormatProvider)
Encodes categorical or numerical data from the stream underlying the specified text reader applying specific data categorizers.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromEncodedData
Initializes a new instance of the CategoricalDataSet class from previously encoded data.
Public methodCode exampleGetContingencyTable
Gets the contingency table representing the joint absolute frequency distribution of the specified categorical variables.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also