@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-HJQWSFL3-Z> .

<http://data.loterre.fr/ark:/67375/8LP-HJQWSFL3-Z>
  skos:prefLabel "f-measure"@en, "f-mesure"@fr ;
  skos:altLabel "f-score"@en, "f-score"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:definition "Mesure de la performance d'un modèle de classification en intelligence artificielle qui combine les mesures de précision et rappel, elles-mêmes basées sur les taux de vrais positifs, faux positifs et faux négatifs. (Wikipédia)"@fr, "An indicator combining precision and recall which is used to evaluate classification algorithms."@en ;
  a skos:Concept ;
  dc:modified "2024-05-29T11:30:52"^^xsd:dateTime ;
  skos:hiddenLabel "F-measure"@fr, "F-measure"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q6975395> .

