Click or drag to resize

IndexPartition Methods

The IndexPartition type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreate(DoubleMatrix)
Creates a partition of positions in a collection of Double elements by aggregating those positions occupied by a same element.
Public methodStatic memberCode exampleCreate(DoubleMatrixRowCollection)
Creates a partition of positions in a collection of DoubleMatrixRow elements by aggregating those positions occupied by a same element.
Public methodStatic memberCode exampleCreateT(IEnumerableT)
Creates a partition of positions in a collection of elements by aggregating those positions occupied by a same element.
Public methodStatic memberCode exampleCreateT(IndexCollection, FuncInt32, T)
Creates a partition of the elements in an IndexCollection instance by aggregating those elements corresponding to a same part.
Public methodStatic memberDaviesBouldinIndex
Computes the Davies-Bouldin index to assess the quality of a given partition of the specified data.
Public methodStatic memberDunnIndex
Computes the Dunn index to assess the quality of a given partition of the specified data.
Public methodStatic memberMinimumCentroidLinkage
Computes the minimum centroid linkage among parts in the given partition of the specified data.
Top
See Also