The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03_02 - 2011-11-22

  • Added cluster_indices() method
  • Now it's recommended to use constants for named parameter "kernel" and "initializer" instead of code references
  • INCOMPATIBLE CHANGES:
    • Cluster initializing uses KKZ procedure by default
    • Default kernel is removed
    • Kernel generators and cluster initializers become not exportable
    • $Algorithm::KenrelKMeans::IMPLEMENTATION contains full qualified package name instead of last part of it
    • s/vertice(?=s)|vertex/vector/g

Changes for version 0.03_01 - 2010-11-23

  • INCOMPATIBLE CHANGE: run()'s named parameter "shuffle" is replaced by new "initializer"
  • Documentation fix