@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-QBCV8LB2-R>
  skos:hiddenLabel "Boolean vector"@en, "Vecteur booléen"@fr ;
  a skos:Concept ;
  skos:example "Les modèles statistiques discriminants bien connus, comme le perceptron définissent typiquement f (a, C) comme un produit scalaire f (a, C) w · où w dénote un vecteur de poids et dénote un vecteur booléen valué par d fonctions indicatrices φ appelées fonction de trait (1 ≤ j ≤ d). (Coavoux & Crabbé, 2015)"@fr ;
  skos:prefLabel "vecteur booléen"@fr, "boolean vector"@en ;
  dc:modified "2024-07-01T13:11:35"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-KMQ70FN3-1> ;
  dc:created "2024-07-01T13:10:57"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-KMQ70FN3-1>
  skos:prefLabel "représentation vectorielle"@fr, "vector representation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-QBCV8LB2-R> .

