cl_class_ids.int.lsbclust {lsbclust} | R Documentation |
S3 export
Description
These export into the framework set out in package clue.
Usage
## S3 method for class 'int.lsbclust'
cl_class_ids(x)
## S3 method for class 'int.lsbclust'
is.cl_partition(x)
## S3 method for class 'int.lsbclust'
is.cl_hard_partition(x)
## S3 method for class 'lsbclust_sim_part'
cl_class_ids(x)
## S3 method for class 'lsbclust_sim_part'
is.cl_partition(x)
## S3 method for class 'lsbclust_sim_part'
is.cl_hard_partition(x)
## S3 method for class 'T3Clusf'
cl_class_ids(x)
## S3 method for class 'T3Clusf'
is.cl_partition(x)
## S3 method for class 'T3Clusf'
is.cl_hard_partition(x)
## S3 method for class 'akmeans'
cl_class_ids(x)
## S3 method for class 'akmeans'
is.cl_partition(x)
## S3 method for class 'akmeans'
is.cl_hard_partition(x)
Arguments
x |
An object of class |
[Package lsbclust version 1.1 Index]