Constructs a set of clusters by cutting the hierarchical
linkage tree at the specified height.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public ClusterSet CutTree( double height ) |
| Visual Basic (Declaration) |
|---|
Public Function CutTree ( _ height As Double _ ) As ClusterSet |
| Visual C++ |
|---|
public: ClusterSet^ CutTree( double height ) |
Parameters
- height
- Type: System..::.Double
The height at which to cut the tree.