Clear Filters
Clear Filters

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

11 views (last 30 days)
Jong-Il Park
Jong-Il Park on 15 Jul 2021
Answered: Akash on 16 Apr 2024
초보 matlab하는 사람입니다.
데이터 세트 변수를 선택하고 검증을 할려고 하는데
작업 공간에서 적절한 응답 변수를 찾을 수 없다고 합니다.
데이터 선택을 할 때 10000*1 도 가능한지와 최대 데이터 수도 궁금합니다.
또 지금 왜 안되는지 ㅠㅠ

Answers (1)

Akash
Akash on 16 Apr 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:-

Categories

Find more on 테이블 in Help Center and File Exchange

Tags

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!