Related Experiment Video
Updated: Nov 9, 2025

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
Published on: July 3, 2020
Unsupervised random forests
Alejandro Mantero1, Hemant Ishwaran1
1Division of Biostatistics, University of Miami, Miami, Florida, USA.
sidClustering is a novel random forests algorithm for unsupervised machine learning. This method effectively identifies clusters using both categorical and continuous variables, retaining key random forest advantages.
Area of Science:
- Machine Learning
- Bioinformatics
- Data Mining
Background:
- Unsupervised machine learning algorithms are crucial for identifying patterns in complex datasets.
- Existing methods may struggle with mixed data types (categorical and continuous).
Purpose of the Study:
- Introduce sidClustering, a new random forests-based unsupervised machine learning algorithm.
- Demonstrate its effectiveness in identifying clusters from mixed data types.
Main Methods:
- sidClustering employs feature sidification to create mutually exclusive ranges and interaction features.
- A multivariate random forest model predicts these sidified features.
- Multivariate impurity splitting is utilized for cluster identification.
Main Results:
- The sidification process is unique and reproducible.
- sidClustering successfully identifies clusters arising from both categorical and continuous variables.
- The algorithm retains the advantages of traditional random forests.
Conclusions:
- sidClustering offers a robust approach for unsupervised clustering with mixed data types.
- The method is validated on simulated and real-world datasets, including cancer and cardiovascular patient data.
More Related Videos
07:35Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
07:13Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model
Published on: April 18, 2025
Related Concept Videos
Survival Tree
Building a Survival Tree
Constructing a...
Wald-Wolfowitz Runs Test I
The test works...
Randomized Experiments
Simple randomization
Simple...
Random Sampling Method
Random Variables
Uppercase letters such as X or Y denote a random variable. Lowercase letters like x or y denote the value of a random variable. If X is a random variable, then X is written in words, and x is given as a number.
For example, let X = the...
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...