Sorts the cases in an order suitable for displaying a dendrogram.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<int> GetDendrogramOrder()
Public Function GetDendrogramOrder As Vector(Of Integer)
public:
Vector<int>^ GetDendrogramOrder()
member GetDendrogramOrder : unit -> Vector<int>
Return Value
Type:
VectorInt32A
Filter.
A dendrogram is a graphical representation of a cluster analysis. It shows which clusters were combined in each step
in a tree-like structure.
Because any two clusters can be combined at any time, it is likely that some of the branches will intersect each other
if the cases are listed in the given order.
This method returns a Filter object that, when applied to the observations, sorts the cases in such
a way that the branches of a dendrogram will not intersect.
Reference