@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@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-CNL59CQ1-8>
  skos:prefLabel "classifieur de majorité"@fr, "majority classifier"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

<http://data.loterre.fr/ark:/67375/8LP-HM77GZ67-S>
  skos:prefLabel "classifieur centroïde le plus proche"@fr, "nearest centroid classifier"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

<http://data.loterre.fr/ark:/67375/8LP-MP2GHNG5-6>
  skos:prefLabel "classifieur bayésien naïf"@fr, "naive Bayes classifier"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

<http://data.loterre.fr/ark:/67375/8LP-G1HM1Z2T-N>
  skos:prefLabel "classifieur de règles bayésien paresseux"@fr, "lazy bayesian rules classifier"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

<http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S>
  skos:definition "Fonction mathématique ou modèle prédictif qui repose sur un algorithme de classification qui associe les données en entrée à une catégorie ou classe en sortie. (Data Franca)"@fr, "A machine learning model that, given an input vector predicts a value from a pre-defined set of class labels. Classifiers fall into the category of supervised learning models. (Adapted from Grönberg, Extracting Salient Named Entities from Financial News Articles (thesis), 2021)"@en ;
  skos:example "Un classifieur est donc construit pour reconnaître la meilleure entité parmi les candidats grâce à un corpus d'entraînement. (Besançon, Daher, Ferret & Borgne, 2016)"@fr, "L'approche par fusion de classifieurs (ou classifier fusion) consiste à construire autant de classifieurs que de domaines sources disponibles et à entraîner un classifieur (un méta-classifieur) sur les sorties de ces modèles. (Garcia-Fernandez & Ferret, 2012)"@fr, "La balise < EVENT > permet de classifier un événement annoté selon une ontologie prédéfinie. (Bittar & Danlos, 2009)"@fr, "Chaque classifieur est capable de gérer un lemme particulier avec ses sens. (Vial, Lecouteux & Schwab, 2019)"@fr ;
  skos:exactMatch x64:-R55KM4CJ-N, <https://www.wikidata.org/wiki/Q63153> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Q2G806PP-1>, <http://data.loterre.fr/ark:/67375/8LP-HM77GZ67-S>, <http://data.loterre.fr/ark:/67375/8LP-CNL59CQ1-8>, <http://data.loterre.fr/ark:/67375/8LP-G1HM1Z2T-N>, <http://data.loterre.fr/ark:/67375/8LP-MP2GHNG5-6> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9> ;
  skos:hiddenLabel "Classifier"@en, "Classifieur"@fr ;
  skos:prefLabel "classifieur"@fr, "classifier"@en ;
  dc:modified "2024-05-02T09:26:13"^^xsd:dateTime ;
  inist:definitionalContext "Un classifieur est un algorithme nécessitant d'apprendre un modèle de prédiction afin d'affecter une série d'instance à un ensemble fini de classes. (Nasiruddin, Tchechmedjiev, Blanchon & Schwab, 2015)"@fr .

<http://data.loterre.fr/ark:/67375/8LP-Q2G806PP-1>
  skos:prefLabel "Gaussian process classifier"@en, "classifieur à processus gaussien"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> .

