Azzera filtri
Azzera filtri

ROC on LM backrpopagation

1 visualizzazione (ultimi 30 giorni)
Tomasz Kaczmarski
Tomasz Kaczmarski il 1 Apr 2020
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

Risposte (0)

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by