funcit
, an object of
class funcyOutList
.Apply a function to funcyOutList
which is the
result from calling the function funcit
.
# S4 method for funcyOutList
calcTime(object)
# S4 method for funcyOutList
Center(object)
# S4 method for funcyOutList
Cluster(object)
# S4 method for funcyOutList
props(object)
# S4 method for funcyOutList,ANY
randIndex(x)
# S4 method for funcyOutList
summary(object)
object funcyOutList
as a result of
function funcit
.
Numeric matrix of dimension nr_methods x 5. Calculation times for the different methods.
Numeric matrix of dimension nr_curves x methods. Cluster results for all methods.
List of matrices of cluster centers for the different methods. Centers are stored in columns.
data.frame, proportion of the clusters for all methods. Can include NAs if a method reduced cluster number.
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 showing method call, cluster proportions, Rand indices and calculation time.