필터 지우기
필터 지우기

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

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

답변 (1개)

Akash
Akash 2024년 4월 16일
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:-

카테고리

Help CenterFile Exchange에서 테이블에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!