Clustering the data after dividing
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
I have the following code performed
net.divideFcn = 'divideind';
net.divideParam.trainInd=1:30;
net.divideParam.valInd=31:50;
net.divideParam.testInd=51:65;
now i want to perform clustering as given below
please assist
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!