Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How much value predict function returns ?

조회 수: 1 (최근 30일)
sufian ahmed
sufian ahmed 2017년 8월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
I trained a set of image and then pass only one image in a test and then pass it in predict function like:
predictedLabels1 = predict(classifier, test_feature);
But when i call it first time, predict returns only one level e.g: 0 or 1. but when i call it for 2nd image it returns two values: one is first one and another one is 2nd image level. when i call it for 3rd image it returns 3 value by including all the previous value. Now my question is that predict works as like my output or i did some wrong ? If wrong how can i solve it ?
  댓글 수: 1
Image Analyst
Image Analyst 2017년 8월 14일
You've provided nothing for me to go on - no code at all.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by