1
vote
0answers
124 views

Generate data for clustering

I want to test my Random Forest clustering with some artificial data. I wanted to generate dataset with strong dependability and some noise. I have 2 attributes, A1 and A2 (both binary). The class is ...
1
vote
1answer
240 views

Generating synthetic data for unsupervised learning

I want to prepare data for unsupervised learning with random forest. The procedure is as follows: Take data and add attribute 'class' with value 1 to all examples Generate synthetic data from ...