Click or drag to resize

CategoricalDataSet Properties

The CategoricalDataSet type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the matrix of category codes in the CategoricalDataSet.
Public propertyItemIndexCollection, IndexCollection
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variables.
Public propertyItemIndexCollection, Int32
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variable.
Public propertyItemIndexCollection, String
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variables.
Public propertyItemInt32, IndexCollection
Gets the information in the CategoricalDataSet corresponding to the specified individual and variables.
Public propertyItemInt32, Int32
Gets the information in the CategoricalDataSet corresponding to the specified individual and variable.
Public propertyItemInt32, String
Gets the information in the CategoricalDataSet corresponding to the specified individual and variables.
Public propertyItemString, IndexCollection
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variables.
Public propertyItemString, Int32
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variable.
Public propertyItemString, String
Gets the information in the CategoricalDataSet corresponding to the specified individuals and variables.
Public propertyName
Gets or sets the name of the CategoricalDataSet.
Public propertyNumberOfColumns
Gets the number of columns of this instance.
Public propertyNumberOfRows
Gets the number of rows of this instance.
Public propertyVariables
Gets the list of variables in the CategoricalDataSet.
Top
See Also