Constructs a ClusterAnalysis instance from the given data,
using the given distance delegates.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public ClusterAnalysis( DataFrame data, Linkage..::.Function linkageFunction ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As DataFrame, _ linkageFunction As Linkage..::.Function _ ) |
| Visual C++ |
|---|
public: ClusterAnalysis( DataFrame^ data, Linkage..::.Function^ linkageFunction ) |
Parameters
- data
- Type: CenterSpace.NMath.Stats..::.DataFrame
A data frame containing the data. Each row represents an object to be clustered. Non-numeric columns are ignored.
- linkageFunction
- Type: CenterSpace.NMath.Stats..::.Linkage..::.Function
A delegate for computing the distance between clusters.
Remarks
Uses the current default distance function.