funcyOutList-methods: Methods for the output of 'funcit', an object of class...

Description Usage Arguments Value Author(s)

Description

Apply a function to funcyOutList which is the result from calling the function funcit.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S4 method for signature 'funcyOutList'
calcTime(object)
## S4 method for signature 'funcyOutList'
Center(object)
## S4 method for signature 'funcyOutList'
Cluster(object)
## S4 method for signature 'funcyOutList'
props(object)
## S4 method for signature 'funcyOutList,ANY'
randIndex(x)
## S4 method for signature 'funcyOutList'
summary(object)

Arguments

x, object

object funcyOutList as a result of function funcit.

Value

calcTime

Numeric matrix of dimension nr_methods x 5. Calculation times for the different methods.

Cluster

Numeric matrix of dimension nr_curves x methods. Cluster results for all methods.

Center

List of matrices of cluster centers for the different methods. Centers are stored in columns.

props

data.frame, proportion of the clusters for all methods. Can include NAs if a method reduced cluster number.

randIndex

signature(x="funcyOutList", y="missing"): Quadratic matrix of Rand indices showing the similarity between the methods. If true cluster membership was given, correct classification on diagonal.

summary

Summary showing method call, cluster proportions, Rand indices and calculation time.

Author(s)

Christina Yassouridis


funcy documentation built on May 2, 2019, 9:22 a.m.