noparticles_kmeans

Module

Description

$Id: particles_coagulation.f90 19828 2012-11-27 09:58:06Z kalle.jansson.89 $

Dummy version of k-means vector quantization algorithm using the Forgy initialisation of the codebook.

Quick access

Routines:

ppcvq()

Needed modules

Subroutines and functions

subroutine  particles_kmeans/ppcvq(measure, dims, dim1, dim2, no_tr_vec, trainv, weights, cb_size, codebk, codew, do_split, do_norm, do_detail)

08-aug-13/anders+chao-chin: dummy

Parameters:
  • measure [integer]

  • dims [integer]

  • dim1 [integer]

  • dim2 [integer]

  • no_tr_vec [integer]

  • trainv (dims,no_tr_vec) [real]

  • weights (no_tr_vec) [real]

  • cb_size [integer]

  • codebk (dims,cb_size) [real]

  • codew (cb_size) [real]

  • do_split [logical]

  • do_norm [logical]

  • do_detail [logical]

Called from:

initialize_particles_adaptation(), particles_adaptation_pencils()

Call to:

fatal_error()