Class Subset represents a collection of indices that can be used to view a subset of data from another data structure.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class Subset : IEnumerable, ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Subset _
	Implements IEnumerable, ICloneable
Visual C++
[SerializableAttribute]
public ref class Subset : IEnumerable, ICloneable

Remarks

Unlike a Slice or a Range, a Subset need not be continuous, or even ordered. It is simply an arbitrary collection of indices.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.Subset

See Also