roc plot
area = roc(fileName,exp)
%
% fileName: The name of the output file. It is an image
% exp: a structure representing an experiment with three fields
% – exp.name: a string specifying the experiment name
% – exp.positive_n: the number of positive samples in the experiment
% – exp.likelihoods: likelihoods of each sample where the first
% exp.positive_n number of likelihoods belongs to the positive
% samples while others belong to the negative samples.
% area: a 1×1-dimensional cell array of the area under the roc curve.
true positive,false positive values of ground truth,edge detected image was calculated…then how apply these values to roc program…??????area = roc(fileName,exp)
%
% fileName: The name of the output file. It is an image
% exp: a structure representing an experiment with three fields
% – exp.name: a string specifying the experiment name
% – exp.positive_n: the number of positive samples in the experiment
% – exp.likelihoods: likelihoods of each sample where the first
% exp.positive_n number of likelihoods belongs to the positive
% samples while others belong to the negative samples.
% area: a 1×1-dimensional cell array of the area under the roc curve.
true positive,false positive values of ground truth,edge detected image was calculated…then how apply these values to roc program…?????? area = roc(fileName,exp)
%
% fileName: The name of the output file. It is an image
% exp: a structure representing an experiment with three fields
% – exp.name: a string specifying the experiment name
% – exp.positive_n: the number of positive samples in the experiment
% – exp.likelihoods: likelihoods of each sample where the first
% exp.positive_n number of likelihoods belongs to the positive
% samples while others belong to the negative samples.
% area: a 1×1-dimensional cell array of the area under the roc curve.
true positive,false positive values of ground truth,edge detected image was calculated…then how apply these values to roc program…?????? roc MATLAB Answers — New Questions