TraverseTreeToSummarizeClustersAsDataTable: Summarise tree as data.table with a row for each node This...

Description Usage Arguments Value

View source: R/TraverseTreeToSummarizeClustersAsDataTable.R

Description

Summarise tree as data.table with a row for each node This function will traverse the tree to various depths and create a dataset with a row for each node in the tree. This dataset will contain details of how many points that node contains, whether or not it is a leaf node and the rule that generates that node Depth-first traversal of the tree happens

Usage

1
TraverseTreeToSummarizeClustersAsDataTable(dtTreeSummary, dtDataset, lTree)

Arguments

dtTreeSummary

todo

dtDataset

todo

lTree

todo

Value

todo


thecomeonman/CURD documentation built on May 20, 2019, 7:37 a.m.