@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#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-MZT19XP0-6>
  skos:definition "Chance of wrongly rejecting the null hypothesis. (Wikidata)"@en, "Donnée qui rend compte de la proportion de rejet incorrect d'une véritable hypothèse nulle. (Data Franca)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "FPR"@fr ;
  a skos:Concept ;
  dc:modified "2024-06-26T08:22:41"^^xsd:dateTime ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q5432725> ;
  skos:prefLabel "taux de faux positifs"@fr, "false positive rate"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> ;
  inist:definitionalContext "Le taux de faux positifs (FP) est le pourcentage de détections légitimes erronément classées comme surdétections. (Gotti, Langlais, Lapalme, Charest & Brunelle, 2012)"@fr ;
  skos:hiddenLabel "Taux de faux positifs"@fr, "False positive rate"@en .

<http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L>
  skos:prefLabel "matrice de confusion"@fr, "confusion matrix"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MZT19XP0-6> .

