cluster.fun.kkmeans: Wrapper function for kernal kmeans

View source: R/utils.R

cluster.fun.kkmeansR Documentation

Wrapper function for kernal kmeans

Description

Wrapper function for kernal kmeans

Usage

cluster.fun.kkmeans(x, centers, ...)

Arguments

x

the input data

centers

the number of centers

...

other parameters passing to kernlab::kkmeans


SwarmSVM documentation built on Dec. 28, 2022, 1:24 a.m.