RemoraKernels-class {frbf}R Documentation

Class "RemoraKernels"

Description

Remora kernels class

Objects from the Class

Objects should not be created by the user, since they are for internal use only.

Slots

class_name:
"character", the name of the class
eigen_values:
class "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

Methods

No methods defined with class "remoraKernels" in the signature.

Note

No object of this class requires to be created since this is for frbf internal use only.

Author(s)

Fernando Martins

Examples

showClass("RemoraKernels")

[Package frbf version 1.0.1 Index]