RemoraKernels-class {frbf} | R Documentation |
Remora kernels class
Objects should not be created by the user, since they are for internal use only.
class_name
:"character"
, the name of the class eigen_values
:"list"
, the list of cluster eigen values eigen_vector
:"list"
, the list of cluster eigen vector matrices clusters
:"numeric"
, vector of integers indicating the cluster to which each point is allocated cluster_points
:"data.frame"
, matrix with the point that belong to the clusters points_per_cluster
:"list"
, list with cluster points organized by clusters centroids
:"matrix"
, matrix of cluster centres size
:"numeric"
, number of points in each cluster No methods defined with class "remoraKernels" in the signature.
No object of this class requires to be created since this is for frbf internal use only.
Fernando Martins
showClass("RemoraKernels")