kmpp - Data Clustering with k-means++ Public domain. These files may be used by any person for any purpose. address correspondence to: andy_a@users.sourceforge.net ************************************************************************ CONTENTS ************************************************************************ kmpp.f k-means data clustering, using the k-means++ initialization t_iris.f test program for the Iris data set t_round.f test program for random data kmpp.c C translations of the same t_iris.c t_round.c readme.txt This file. This material has been placed in the public domain. See the comments in the source code for usage instructions. An article discussing the package is available at www.codeproject.com ************************************************************************ IMPORTANT DISCLAIMER ************************************************************************ The software is intended for research and educational purposes. While no restrictions are placed on its use, there is ABSOLUTELY NO WARRANTY, neither by the author nor by codeproject.com This software MUST NOT be used in applications where life or property is at stake until the user has investigated whether it meets his needs. ************************************************************************ Revision History ************************************************************************ 2.0 13 June 2017 - removed wasteful loop from initialization step 1.0 2 April 2017 ************************* end of readme.txt ****************************