Classification Algorithms for Unlabelled Data

I have a large amount of data for which I basically have to learn a classifier model.
Since I dont have labels for my data (ie my classes arent defined) , I am plannig to use a clustering based model.Could I use Random Forests/ Gradient Boosting Algoritihm in an unsupervised way for classification?Are these good approaches for unlabelled data?

 採用された回答

Akira Agata
Akira Agata 2017 年 7 月 14 日

1 投票

Unsupervised classification algorithms are summarized in the following link.
I think a simple k-Means clustering algorithms would be good first step for your data. Please try kmeans function and find out a hidden pattern in your data.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2016 年 11 月 21 日

コメント済み:

2020 年 5 月 5 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by