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

<http://data.loterre.fr/ark:/67375/8LP-CNL59CQ1-8>
  skos:prefLabel "majority classifier"@en, "classifieur de majorité"@fr ;
  a skos:Concept ;
  skos:example "In that case the majority classifier does not know which sense to assign whereupon we apply a preprocess named unknown connective substitution to find a clue for the classifier. (Kido & Aizawa, 2016)"@en, "In fact the majority classifier is only slightly outperformed by other classifiers if we look at this evaluation measure. (Zubiaga, Kochkina, Liakata, Procter & Lukasik, 2016)"@en, "The majority classifier always predicts the most common opinion of all users for which the opinion to be predicted is known (PoC) or considers the averaged weight (PoW and PoS). (Brenneis, Behrendt & Harmeling, 2021)"@en ;
  skos:hiddenLabel "Classifieur de majorité"@fr, "Majority classifier"@en ;
  skos:exactMatch ltk:-XV16X4Z6-D ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WN0DP74R-S> ;
  dc:modified "2024-05-03T07:45:02"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "A classifier where every point is assigned to whichever class is in the majority in the training set. If there is no majority one of the classes is chosen arbitrarily. This classifier is often used as a baseline for comparing other machine learning techniques. (Carleton College)"@en .

