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 Exchange에서 Statistics 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