RecursivePartitioningTreeClustering: End function to evaluate (using RF) predictor candidates on...

Description Usage Arguments Value

View source: R/RecursivePartitioningTreeClustering.R

Description

Recursive partitioning This is the wrapper function that recursively partitions the dataset to form a tree-based clustering solution. The boundary conditions are: - Less than a prespecified number of points at a node - No more node candidates - No distinct feature values in any of the node candidates - Tree depth has reached a maximum

Usage

1
2
3
4
5
6
RecursivePartitioningTreeClustering(dtDataset, vRows, vNodeCandidates,
  vPredictorFeatures, vKeyFeatures, dtFeatureChunking, lTree, nTreeDepth,
  nMinRows = 1, nMaxTreeDepth = Inf, cClassifier = "RF",
  bKeepFeatureInMixAfterSplit = FALSE,
  bKeepFeatureInPredAfterSplit = TRUE,
  bUseOptimalChunkPerformance = TRUE)

Arguments

bUseOptimalChunkPerformance

Value

todo


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