detGet

DET (Detection Error Tradeoff) data generation

Contents

Syntax

Description

[th, fp, fn, gPrm1, gPrm2, a, b]=detGet(data1, data2, method, prior, showPlot) returns the parameters for DET plot.

References

  1. A. Martin, G. Doddington, T. Kamm, M. Ordowski, and M. Przybocki, "The DET curve in assessment of detection task performance,", in Proceedings of Eurospeech, Rhodes, Greece, 1997, pp. 1895–1898.

Example

data1=randn(1,100)/2+1;
data2=randn(1,100)+3;
opt=detGet('defaultOpt');
[th, fp, fn]=detGet(data1, data2, opt, 1);

See Also

detPlot.


Top page   Next: decisionBoundaryPlot.m   Prev:detPlot.m