@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-DWGTGV6G-L>
  skos:prefLabel "matrice de confusion"@fr, "confusion matrix"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-R07M22T1-T> .

<http://data.loterre.fr/ark:/67375/8LP-R07M22T1-T>
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWGTGV6G-L> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Taux de vrais négatifs"@fr, "True negative rate"@en ;
  skos:altLabel "specificity"@en, "TNR"@fr, "spécificité"@fr, "sélectivité"@fr, "selectivity"@en ;
  skos:definition "Proportion of actual negatives that are correctly identified as such by a binary classification test. (Wikidata)"@en, "Capacité d'un test à donner un résultat négatif lorsque l'hypothèse n'est pas vérifiée. (Data Franca)"@fr ;
  skos:example "Sensitivity (recall) was 87.5% and specificity (true negative rates) was 94.1%. (Mendonca, Haas, Shagina, Larson & Friedman, 2003)"@en, "While the diagnostic probes drastically outperformed their controlled counterparts we do see a trend of selectivity improving with the number of layers. (Shapiro, Paullada & Steinert-Threlkeld, 2021)"@en, "More specifically we can measure the True Positive Rate (TPR) and the True Negative Rate (TNR) on these subgroups which in turn inform equalized odds a standard metric used in the fairness literature. (Zhang, van de Meent & Wallace, 2021)"@en, "Their true positive rates and true negative rates are more balanced than human evaluators. (Garbacea, Carton, Yan & Mei, 2019)"@en, "We define specificity as the distance in levels between a given word and each concept found above it in the hierarchy. (Kennedy & Szpakowicz, 2008)"@en ;
  dc:modified "2024-10-23T12:34:44"^^xsd:dateTime ;
  skos:prefLabel "true negative rate"@en, "taux de vrais négatifs"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q3494375> .

