X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=clueless-kmeans.git;a=blobdiff_plain;f=misc.cc;fp=misc.cc;h=71d829ef95f271c887cbbd236c1ee364f2d1c453;hp=e52fbc57ec49d52b6315aba4b3bfdb4f6b657ee9;hb=60785fe128e964f3d124e9b49cce9154501e53cb;hpb=8f8e8f2fb669aa421c245eada82095fb3fdcadc9 diff --git a/misc.cc b/misc.cc index e52fbc5..71d829e 100644 --- a/misc.cc +++ b/misc.cc @@ -1,17 +1,17 @@ /* - * clueless-kmean is a variant of k-mean which enforces balanced + * clueless-kmeans is a variant of k-means which enforces balanced * distribution of classes in every cluster * * Copyright (c) 2013 Idiap Research Institute, http://www.idiap.ch/ * Written by Francois Fleuret * - * This file is part of clueless-kmean. + * This file is part of clueless-kmeans. * - * clueless-kmean is free software: you can redistribute it and/or + * clueless-kmeans is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * - * clueless-kmean is distributed in the hope that it will be useful, + * clueless-kmeans is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details.