Click or drag to resize

CategoricalDataSetItem Property (String, IndexCollection)

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

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

Parameters

rowIndexes
Type: SystemString
The zero-based indexes of the individuals to get. The value must by ":", which means that all valid indexes are specified.
columnIndexes
Type: Novacta.AnalyticsIndexCollection
The zero-based indexes of the variables to get. The value must by ":", which means that all valid indexes are specified.

Property Value

Type: CategoricalDataSet
The categorical dataset containing the specified information.

Implements

IReadOnlyTabularCollectionTValue, TCollectionItemString, IndexCollection
Exceptions
ExceptionCondition
ArgumentNullExceptionrowIndexesis null.
-or-
columnIndexes is null.
ArgumentOutOfRangeExceptionrowIndexes is not a string reserved for matrix sub-referencing.
-or-
columnIndexes contains values which are not valid column indexes for the Data of the CategoricalDataSet.
See Also