| remoraKernelsKmeans {frbf} | R Documentation |
Remora kernels constructor for kmeans input.
remoraKernelsKmeans(class_name, k_means, cluster_points)
class_name |
name of the class |
k_means |
K-Means result object |
cluster_points |
data points that belong to the clusters |
This constructs a remora kernels object from the K-Means object by splitting its information and calling the remoraKernels constructor with specific arguments.
Returns a remora kernels object.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins