nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataMining.BinaryTreeClustering / ClusterTree

ClusterTree

Full name Microsoft.VisualBasic.DataMining.BinaryTree.ClusterTree Assembly Microsoft.VisualBasic.DataMining.BinaryTreeClustering Members 3

A simple cluster tree builder

just provides the reference id of the target object for make the alignment or comparision.

the comparision for build the tree is under the given Argument.

00 Remarks

implements the Molecule Networking via the tree clustering operation in mzkit this model is a kind of tree with multiple branches, each branches standards for different similarity SCORE LEVELs.

01 Syntax

Microsoft.VisualBasic.DataMining.BinaryTree.ClusterTree

02 Methods

NameOverloadsSummary
Add 2 build tree

03 Properties

NameOverloadsSummary
Members 1 This property includes all data in current cluster tree node, also includes the Tree.Data member.

04 Members

method Add #

build tree

Remarks

the Argument.target object will be added into ClusterTree.Members if a node is asserts that the similarity score between Argument.target and Tree.Data is greater than Argument.threshold.

or create a new node if no hits: the new node its Tree.Data is the Argument.target.

Parameters
NameTypeDescription
treeClusterTree

-

method Add overload 2 #
Add(String)

add a new child node

Parameters
NameTypeDescription
labelString

-

property Members #
Members

This property includes all data in current cluster tree node, also includes the Tree.Data member.