swh:1:snp:3468a425d6936f8836950b3324c1301cf9cb8335
Raw File
Tip revision: ecf3949af3ce8e66cc5ee429f9f703b34a703728 authored by asardaes on 08 June 2017, 05:44:29 UTC
Bump version
Tip revision: ecf3949
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.cl_membership,TSClusters)
S3method(as.cl_membership,dtwclust)
S3method(as.data.frame,crossdist)
S3method(as.data.frame,pairdist)
S3method(as.matrix,crossdist)
S3method(as.matrix,pairdist)
S3method(cl_class_ids,TSClusters)
S3method(cl_class_ids,dtwclust)
S3method(cl_membership,TSClusters)
S3method(cl_membership,dtwclust)
S3method(is.cl_dendrogram,TSClusters)
S3method(is.cl_dendrogram,dtwclust)
S3method(is.cl_hard_partition,TSClusters)
S3method(is.cl_hard_partition,dtwclust)
S3method(is.cl_hierarchy,TSClusters)
S3method(is.cl_hierarchy,dtwclust)
S3method(is.cl_partition,TSClusters)
S3method(is.cl_partition,dtwclust)
S3method(n_of_classes,TSClusters)
S3method(n_of_classes,dtwclust)
S3method(n_of_objects,TSClusters)
S3method(n_of_objects,dtwclust)
S3method(plot,TSClusters)
S3method(plot,dtwclust)
S3method(predict,TSClusters)
S3method(predict,dtwclust)
S3method(update,TSClusters)
S3method(update,dtwclust)
export(DBA)
export(GAK)
export(NCCc)
export(SBD)
export(TADPole)
export(as.matrix)
export(compare_clusterings)
export(compare_clusterings_configs)
export(compute_envelop)
export(compute_envelope)
export(create_dtwclust)
export(cvi)
export(dtw2)
export(dtw_basic)
export(dtw_lb)
export(dtwclust)
export(fuzzy_control)
export(hierarchical_control)
export(lb_improved)
export(lb_keogh)
export(partitional_control)
export(pdc_configs)
export(reinterpolate)
export(shape_extraction)
export(tadpole_control)
export(tsclust)
export(tsclust_args)
export(zscore)
exportClasses(FuzzyTSClusters)
exportClasses(HierarchicalTSClusters)
exportClasses(PartitionalTSClusters)
exportClasses(TSClusters)
exportClasses(dtwclust)
exportClasses(dtwclustControl)
exportClasses(dtwclustFamily)
exportClasses(tsclustFamily)
exportMethods(clusterSim)
exportMethods(cvi)
exportMethods(plot)
exportMethods(predict)
exportMethods(randIndex)
exportMethods(show)
exportMethods(update)
import(foreach)
importClassesFrom(Matrix,sparseMatrix)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(RSpectra,eigs_sym)
importFrom(Rcpp,evalCpp)
importFrom(clue,as.cl_class_ids)
importFrom(clue,as.cl_membership)
importFrom(clue,cl_class_ids)
importFrom(clue,cl_membership)
importFrom(clue,is.cl_dendrogram)
importFrom(clue,is.cl_hard_partition)
importFrom(clue,is.cl_hierarchy)
importFrom(clue,is.cl_partition)
importFrom(clue,n_of_classes)
importFrom(clue,n_of_objects)
importFrom(dtw,dtw)
importFrom(dtw,symmetric1)
importFrom(dtw,symmetric2)
importFrom(flexclust,clusterSim)
importFrom(flexclust,comPart)
importFrom(flexclust,randIndex)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(graphics,plot)
importFrom(methods,"slot<-")
importFrom(methods,S3Part)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,initialize)
importFrom(methods,new)
importFrom(methods,setAs)
importFrom(methods,setClass)
importFrom(methods,setClassUnion)
importFrom(methods,setGeneric)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(methods,signature)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(parallel,splitIndices)
importFrom(plyr,rbind.fill)
importFrom(proxy,dist)
importFrom(proxy,pr_DB)
importFrom(reshape2,melt)
importFrom(rngtools,RNGseq)
importFrom(rngtools,setRNG)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,as.hclust)
importFrom(stats,convolve)
importFrom(stats,cutree)
importFrom(stats,fft)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,nextn)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,update)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(dtwclust, .registration = TRUE)
back to top