How can I fix the error?

조회 수: 1 (최근 30일)
Suvarna Priya
Suvarna Priya 2020년 12월 3일
댓글: Suvarna Priya 2020년 12월 3일
This is the error I am getting.
These are the codings and the error occurs due to line 85.
  댓글 수: 2
KSSV
KSSV 2020년 12월 3일
The error is clear...check the dimensions of input features and target.
The number of rows of InputTestData and TargetTestData should be same.
Check your data.
Suvarna Priya
Suvarna Priya 2020년 12월 3일
input test data - 104 x13
target test data - 104 x 1
[net,tr] = train(net,InputTestData,TargetTestData)
Error using network/train (line 340)
Inputs and targets have different numbers of samples.
this is what I am still getting

댓글을 달려면 로그인하십시오.

답변 (1개)

Paul Hoffrichter
Paul Hoffrichter 2020년 12월 3일
Sometimes a simple transpose will solve the problem. Use size() and transpose accordingly.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by