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

<http://data.loterre.fr/ark:/67375/8LP-SS7J8HK6-4>
  skos:prefLabel "taux de faux négatifs"@fr, "false negative rate"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> .

<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-DWGTGV6G-L> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-MFTWN0D1-0>
  skos:prefLabel "recall"@en, "rappel"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> .

<http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L>
  skos:altLabel "contingency table"@en, "error matrix"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MFTWN0D1-0>, <http://data.loterre.fr/ark:/67375/8LP-R07M22T1-T>, <http://data.loterre.fr/ark:/67375/8LP-MZT19XP0-6>, <http://data.loterre.fr/ark:/67375/8LP-SS7J8HK6-4> ;
  a skos:Concept ;
  skos:definition "Tableau décrivant les performances (la réussite des prédictions) d'un modèle de classification en regroupant les prévisions en 4 catégories : vrais positifs, vrai négatifs, faux positifs, faux négatifs. (Data Franca)"@fr, "An NxN table that summarizes the number of correct and incorrect predictions that a classification model made. (Google for Developers, Machine Learning Glossary)"@en ;
  skos:example "La table 4 détaille la matrice de confusion pour le système par apprentissage. (Bernhard & Ligozat, 2011)"@fr, "Le tableau 2 présente la matrice de confusion des erreurs pour les deux systèmes testés. (Tallec, Villaneau, Antoine, Savary & Syssau-Vaccarella, 2010)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q2709591> ;
  skos:prefLabel "confusion matrix"@en, "matrice de confusion"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Confusion matrix"@en, "Matrice de confusion"@fr ;
  dc:modified "2024-06-26T08:27:38"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-MZT19XP0-6>
  skos:prefLabel "false positive rate"@en, "taux de faux positifs"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> .

<http://data.loterre.fr/ark:/67375/8LP-R07M22T1-T>
  skos:prefLabel "taux de vrais négatifs"@fr, "true negative rate"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> .

