Click or drag to resize

CategoricalDataSetItem Property (Int32, IndexCollection)

Gets the information in the CategoricalDataSet corresponding to the specified individual and variables.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public CategoricalDataSet this[
	int rowIndex,
	IndexCollection columnIndexes
] { get; }

Parameters

rowIndex
Type: SystemInt32
The zero-based index of the individual to get.
columnIndexes
Type: Novacta.AnalyticsIndexCollection
The zero-based indexes of the variables to get.

Property Value

Type: CategoricalDataSet
The categorical dataset containing the specified information.

Implements

IReadOnlyTabularCollectionTValue, TCollectionItemInt32, IndexCollection
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnIndexes is null.
ArgumentOutOfRangeExceptionrowIndex contains a value which is not a valid row index for the Data of the CategoricalDataSet.
-or-
columnIndexes contains values which are not valid column indexes for the Data of the CategoricalDataSet.
See Also