@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 ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S>
  skos:prefLabel "classifieur"@fr, "classifier"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HM77GZ67-S> .

<http://data.loterre.fr/ark:/67375/8LP-HM77GZ67-S>
  dc:modified "2024-05-03T07:43:19"^^xsd:dateTime ;
  a skos:Concept ;
  skos:definition "Modèle de classification qui attribue aux observations l'étiquette de la classe des échantillons d'apprentissage dont la moyenne (centroïde) est la plus proche de l'observation. (Wikipedia)"@fr, "A classification model that assigns to observations the label of the class of training samples whose mean (centroid) is closest to the observation. (Loterre)"@en ;
  skos:prefLabel "nearest centroid classifier"@en, "classifieur centroïde le plus proche"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> ;
  skos:altLabel "Rocchio classifier"@en, "nearest prototype classifier"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Nearest centroid classifier"@en, "Classifieur centroïde le plus proche"@fr ;
  skos:exactMatch ltk:-SBCFP51F-H .

