cl_class_ids.cds {cds}R Documentation

S3 Methods for Integration into clue Framework

Description

These methods integrate the class cds into the framwork set out in package clue. Use can therefore by made of cl_agreement to calculate concordance measures between different solutions.

Usage

## S3 method for class 'cds'
cl_class_ids(x)

## S3 method for class 'cds'
is.cl_partition(x)

## S3 method for class 'cds'
is.cl_hard_partition(x)

## S3 method for class 'cdsdata'
cl_class_ids(x)

## S3 method for class 'cdsdata'
is.cl_partition(x)

## S3 method for class 'cdsdata'
is.cl_hard_partition(x)

Arguments

x

An object of class cds


[Package cds version 1.0.3 Index]