Description Usage Arguments Details Value Examples
Compute 'dist' object from unsupervised tree ensemble
1 2  | 
dataset | 
 A dataframe  | 
method | 
 (string) Method to build the tree ensemble. These are supported: 'synthetic'  | 
predictMethod | 
 Method to predict. These are supported: 'terminalNodes'  | 
... | 
 Arguments for the tree ensembler  | 
If method is 'synthetic', a tree ensemble is grown to seperate actual data from synthetic data using 'synthetic_forest' function. If predictMethod is 'terminalNodes', distance matrix is computed from cooccurance in terminal nodes using 'forage' function.
A object of class 'dist'
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.