NAME

Algoirthm::KernelKmeans::Impl

SYNOPSIS

package Algorithm::KernelKmeans::YetAnotherImplClass

use Moose;
with qw/Algorithm::KernelKMeans::Impl/;

REQUIRES

_build_kernel_matrix

cluster_indices

METHODS

run

vectors_of

weights_of

AUTHOR

Koichi SATOH <sekia@cpan.org>

SEE ALSO

Algorithm::KernelKMeans::PP