@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-W1V6LT8V-5>
  skos:prefLabel "classification"@fr, "classification"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-M2GK94BR-6> .

<http://data.loterre.fr/ark:/67375/8LP-M2GK94BR-6>
  a skos:Concept ;
  skos:definition "A non-parametric classification method which consists in taking into account (in an identical way) the k training samples whose input is closest to the new input x, according to a distance to be defined. (Wikipedia)."@en, "Méthode de classification non paramétrique qui consiste à prendre en compte (de façon identique) les k échantillons d'apprentissage dont l'entrée est la plus proche de la nouvelle entrée x, selon une distance à définir. (Wikipédia)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "k-nearest neighbour classification"@en, "KNN"@en, "KNN"@fr, "classification des k plus proches voisins"@fr, "k-NN"@en, "k-NN"@fr ;
  skos:hiddenLabel "K-nearest neighbor classification"@en, "Méthode des k plus proches voisins"@fr ;
  dc:modified "2024-05-02T09:31:42"^^xsd:dateTime ;
  skos:prefLabel "k-nearest neighbor classification"@en, "méthode des k plus proches voisins"@fr ;
  skos:exactMatch ltk:-P43MX7SW-N ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5> .

