Description Usage Arguments Details Value Examples
Compute 'dist/simil' 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', similarity matrix is computed from cooccurance in terminal nodes using 'forage' function.
A object of class 'dist/simil'
| 1 2 | #dm <- proximity(iris[, 1:4])
#attr(dm, "Size")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.