Info

This question is closed. Reopen it to edit or answer.

LVQ network constantly gives error, don't know what to do??

1 view (last 30 days)
Hello, i am newly using matlab program and i have to solve this immediately. i have a project that about medicine diagnosis and i have to solve this in LVQ model. so can you help me for this situation??
firstly, i have generated symptoms with binary code 0-1, then generated diagnosis for every symptoms again with binary code 0-1. but when i write this way it says error like;
>> net = init(net); >> net = train(net, SM, T); ??? Error using ==> trainr at 99 Inputs and targets have different numbers of samples.
Error in ==> network.train at 107 [net,tr] = feval(net.trainFcn,net,X,T,Xi,Ai,EW,net.trainParam); what i'm gonna do?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!