@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-G006D599-R>
  skos:prefLabel "measure"@en, "mesure"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-BC25JTN9-N> .

<http://data.loterre.fr/ark:/67375/8LP-BC25JTN9-N>
  skos:example "After the sorting we built an ROC (Receiver Operating Characteristic) curve for each one of the graphs. (Litvak & Last, 2008)"@en, "In order to evaluate our system on the TRATZ data we use receiving operator characteristic (ROC) curves. (Hermann, Blunsom & Pulman, 2012)"@en, "The plot of CRR vs. CAR is called the ROC curve (Receiver Operating Characteristic). (Raybaud, Lavecchia, Langlois & Smaïli, 2009)"@en, "The ROC curves in the remainder of this paper have been prepared using the LR classifier. (Penn & Zhu, 2008)"@en, "A plot of the receiver operating characteristics of these methods in Figure 5 reveals a clear picture of the performance differences. (Wang & Seneff, 2007)"@en ;
  dc:modified "2024-06-14T07:16:19"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "receiver operating characteristic"@en, "fonction d'efficacité du récepteur"@fr ;
  skos:hiddenLabel "Fonction d'efficacité du récepteur"@fr, "Receiver operating characteristic"@en ;
  skos:altLabel "ROC curve"@en, "courbe ROC"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

