Datasegment.com Online Dictionary
  Online Dictionary : C : clustering

clustering


3 definitions found

clustering - Collaborative International Dictionary of English v.0.48 :

  Cluster \Clus"ter\, v. i. [imp. & p. p. Clustered; p. pr. &
     vb. n. Clustering.]
     To grow in clusters or assemble in groups; to gather or unite
     in a cluster or clusters.
     [1913 Webster]
  
           His sunny hair
           Cluster'd about his temples, like a god's. --Tennyson.
     [1913 Webster]
  
           The princes of the country clustering together. --Foxe.
     [1913 Webster]

clustering - WordNet (r) 2.1 (2005) :

  clustering
      n 1: a grouping of a number of similar things; "a bunch of
           trees"; "a cluster of admirers" [syn: bunch, clump,
           cluster, clustering]

clustering - Free On-line Dictionary of Computing (26 May 2007) :

  cluster
  clustering
  
     1. <architecture> Multiple servers providing the same
     service.  The term may imply resilience to failure and/or
     some kind of load balancing between the servers.  Compare
     RAIS.
  
     2. <file system> An elementary unit of allocation of a disk
     made up of one or more physical blocks.
  
     A file is made up of a whole number of possibly
     non-contiguous clusters.  The cluster size is a tradeoff
     between space efficiency (the bigger is the cluster, the
     bigger is on the average the wasted space at the end of each
     file) and the length of the FAT.
  
     (1996-11-04)