Cluster {Microsoft.VisualBasic.DataMining.HierarchicalClustering} .NET clr documentation

Cluster

Description

the hierarchy cluster tree

Declare

            
# namespace Microsoft.VisualBasic.DataMining.HierarchicalClustering
export class Cluster {
   Children: IReadOnlyCollection`1;
   Distance: Distance;
   # value of Cluster.Distance
   DistanceValue: double;
   # 是否是一个叶节点?
   isLeaf: boolean;
   IsRoot: boolean;
   LeafNames: iterates(String);
   # 计算出所有的叶节点的总数,包括自己的child的叶节点
   Leafs: integer;
   # 名称是唯一的?
   Name: string;
   Parent: Cluster;
   TotalDistance: double;
   WeightValue: double;
}

        

.NET clr type reference tree

  1. use by property member Children: IReadOnlyCollection`1
  2. use by property member Distance: Distance
  3. use by property member LeafNames: iterates(String)
  4. use by property member Parent: Cluster

[Package {$package} version {$version} Index]