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

<http://data.loterre.fr/ark:/67375/8LP-MFF0M7Q3-9>
  skos:prefLabel "naive Bayes classification"@en, "classification bayésienne naïve"@fr ;
  dc:modified "2024-05-02T13:13:20"^^xsd:dateTime ;
  skos:definition "Type de classification bayésienne probabiliste simple basée sur le théorème de Bayes avec une forte indépendance (dite naïve) des hypothèses. Elle met en œuvre un classificateur bayésien naïf, ou classificateur naïf de Bayes, appartenant à la famille des classificateurs linéaires. (Data Franca)"@fr, "In statistics, naive Bayes classifiers are a family of linear \"probabilistic classifiers\" which assumes that the features are conditionally independent, given the target class. The strength (naivety) of this assumption is what gives the classifier its name. These classifiers are among the simplest Bayesian network models. ( <a href=\"https://en.wikipedia.org/wiki/Naive_Bayes_classifier\">https://en.wikipedia.org/wiki/Naive_Bayes_classifier</a>)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5> ;
  skos:altLabel "classification naïve bayésienne"@fr ;
  skos:hiddenLabel "Naive Bayes classification"@en, "Classification bayésienne naïve"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

