Effacer les filtres
Effacer les filtres

분류학습기 질문드립니다.

11 vues (au cours des 30 derniers jours)
Jong-Il Park
Jong-Il Park le 15 Juil 2021
Réponse apportée : Akash le 16 Avr 2024
초보 matlab하는 사람입니다.
데이터 세트 변수를 선택하고 검증을 할려고 하는데
작업 공간에서 적절한 응답 변수를 찾을 수 없다고 합니다.
데이터 선택을 할 때 10000*1 도 가능한지와 최대 데이터 수도 궁금합니다.
또 지금 왜 안되는지 ㅠㅠ

Réponses (1)

Akash
Akash le 16 Avr 2024
Hi Jong-II,
Predictor and response variables in MATLAB can be of various types, including numeric, categorical, string, or logical vectors, as well as cell arrays of character arrays. The response variable should not contain more than 500 unique class labels. You can check if your input data matches the above mentioned categories. A 10000*1 variable is valid as a response variable in a classification task, assuming it satisfies the mentioned categories. For more information on selecting data and understanding the constraints, you can refer to the documentation link provided below:-
The issue you're experiencing may also arise if some targets are present in the testing dataset but not in the training dataset. You can ensure that all targets included in the testing set are also present in the training set. You can also utilize the MATLAB Central discussion link provided below:-

Catégories

En savoir plus sur 테이블 dans Help Center et File Exchange

Tags

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!