ROC on LM backrpopagation
1 view (last 30 days)
Show older comments
Hello
when I run code below My ROC
as on example from
is single line as on screen
simpleclusterInputs = TrainSet';
simpleclusterTargets = TargetSet';
%load simplecluster_dataset
net = patternnet(20);
net = train(net,simpleclusterInputs,simpleclusterTargets);
simpleclusterOutputs = sim(net,simpleclusterInputs);
plotroc(simpleclusterTargets,simpleclusterOutputs)
How i can change input data to get correct output ? for each sclass as in sample

0 Comments
Answers (0)
See Also
Categories
Find more on ROC - AUC in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!