@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> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-N8F8CRJK-8>
  skos:hiddenLabel "Partitionnement agglomératif"@fr, "Agglomerative clustering"@en ;
  dc:modified "2024-05-02T12:35:32"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FPMPHVSX-9> ;
  skos:altLabel "partitionnement hiérarchique agglomératif"@fr, "clustering agglomératif"@fr, "agglomerative hierarchical clustering"@en ;
  skos:prefLabel "partitionnement agglomératif"@fr, "agglomerative clustering"@en ;
  skos:definition "A bottom-up clustering process that start with each item being in its own cluster, and recursively merge the closest clusters till the requisite number of clusters is reached. (Based on Ackermann et al., Analysis of Agglomerative Clustering, 2011)"@en, "Partitionnement hiérarchique qui part des nœuds de l'arbre de clusters et fusionne ensuite successivement les plus proches clusters jusqu'à obtenir un unique cluster racine contenant l'ensemble des objets. (Loterre)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch ltk:-GQ0J007M-R ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-FPMPHVSX-9>
  skos:prefLabel "partitionnement hiérarchique"@fr, "hierarchical clustering"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-N8F8CRJK-8> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
