Data Clustering Techniques and Algorithms leaf node


URI

https://openalex.org/T10637

Label

Data Clustering Techniques and Algorithms

Description

This cluster of papers encompasses advancements in data clustering techniques and algorithms, covering topics such as K-means, cluster validation, high-dimensional data clustering, density-based clustering, semi-supervised clustering, document clustering, fuzzy clustering, evolutionary algorithms for clustering, and stream data clustering.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10637> a skos:Concept ;
    rdfs:label "Data Clustering Techniques and Algorithms"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Cluster_analysis>,
        <https://openalex.org/T10637> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers encompasses advancements in data clustering techniques and algorithms, covering topics such as K-means, cluster validation, high-dimensional data clustering, density-based clustering, semi-supervised clustering, document clustering, fuzzy clustering, evolutionary algorithms for clustering, and stream data clustering."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Data Clustering Techniques and Algorithms"@en ;
    openalex:cited_by_count 549255 ;
    openalex:works_count 24279 .