remoraKernels {frbf} | R Documentation |
Remora kernels constructor.
remoraKernels(class_name, clusters, cluster_points, points_per_cluster, centroids, size, eigen_values, eigen_vector)
class_name |
name of the class |
clusters |
vector of integers indicating the cluster to which each point is allocated |
cluster_points |
matrix with the point that belong to the clusters |
points_per_cluster |
list with cluster points organized by clusters |
centroids |
matrix of cluster centres |
size |
number of points in each cluster |
eigen_values |
list of cluster eigen values |
eigen_vector |
list of cluster eigen vector matrices |
Returns a remora kernels
object.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins