フィルターのクリア

ROC on LM backrpopagation

1 回表示 (過去 30 日間)
Tomasz Kaczmarski
Tomasz Kaczmarski 2020 年 4 月 1 日
編集済み: Tomasz Kaczmarski 2020 年 4 月 1 日
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 件)

カテゴリ

Help Center および File ExchangeDetection についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by