フィルターのクリア

Decision tree on binary data?

3 ビュー (過去 30 日間)
John
John 2018 年 4 月 12 日
回答済み: Bernhard Suhm 2018 年 4 月 22 日
I am attempting to use decision trees to determine which features, within a dataset I automatically created, are actual features based on a dataset which only contains true detections. My features are described by morphometrics (e.g. length, width, height, etc.). How can I train a decision tree with only true detections (i.e. a reference dataset) or do I need to have some false detections to train the classifier?

採用された回答

Bernhard Suhm
Bernhard Suhm 2018 年 4 月 22 日
To apply machine learning to any binary classification problem, you need examples for both the class you are looking for (true detection) and the absence of it. Unless you are working with image data where you can train an autoencoder and evaluate its quality by how well it reproduces the original image.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by