remoraKernelsKmeans {frbf}R Documentation

Remora kernels KMeans constructor

Description

Remora kernels constructor for kmeans input.

Usage

remoraKernelsKmeans(class_name, k_means, cluster_points)

Arguments

class_name name of the class
k_means K-Means result object
cluster_points data points that belong to the clusters

Details

This constructs a remora kernels object from the K-Means object by splitting its information and calling the remoraKernels constructor with specific arguments.

Value

Returns a remora kernels object.

Note

This function is part of the frbf implementation and is for internal use only.

Author(s)

Fernando Martins

See Also

RemoraKernels K-Means


[Package frbf version 1.0.1 Index]