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

초보 matlab하는 사람입니다.
데이터 세트 변수를 선택하고 검증을 할려고 하는데
작업 공간에서 적절한 응답 변수를 찾을 수 없다고 합니다.
데이터 선택을 할 때 10000*1 도 가능한지와 최대 데이터 수도 궁금합니다.
또 지금 왜 안되는지 ㅠㅠ

Respuestas (1)

Akash
Akash el 16 de Abr. de 2024

0 votos

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:-

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Etiquetas

Preguntada:

el 15 de Jul. de 2021

Respondida:

el 16 de Abr. de 2024

Community Treasure Hunt

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

Start Hunting!