forked from cran/clickstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
60 lines (59 loc) · 1.51 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(predict,ClickstreamClusters)
S3method(print,ClickstreamClusters)
S3method(print,Clickstreams)
S3method(print,MarkovChainSummary)
S3method(summary,ClickstreamClusters)
S3method(summary,Clickstreams)
export(absorbingStates)
export(as.ClickClust)
export(as.transactions)
export(chiSquareTest)
export(clusterClickstreams)
export(fitMarkovChain)
export(fitMarkovChains)
export(frequencies)
export(getConsensusClusters)
export(getConsensusClustersParallel)
export(getOptimalMarkovChain)
export(hmPlot)
export(mcEvaluate)
export(mcEvaluateAll)
export(mcEvaluateAllClusters)
export(randomClicks)
export(randomClickstreams)
export(readClickstreams)
export(states)
export(transientStates)
export(writeClickstreams)
exportClasses(EvaluationResult)
exportClasses(MarkovChain)
exportClasses(Pattern)
exportMethods("+")
exportMethods(initialize)
exportMethods(plot)
exportMethods(predict)
exportMethods(show)
exportMethods(summary)
import(ClickClust)
import(Rsolnp)
import(arules)
import(ggplot2)
import(linprog)
import(methods)
import(parallel)
import(plyr)
importFrom(MASS,ginv)
importFrom(data.table,data.table)
importFrom(data.table,dcast.data.table)
importFrom(igraph,E)
importFrom(igraph,graph.adjacency)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,kmeans)
importFrom(stats,pchisq)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(utils,count.fields)
importFrom(utils,read.table)
importFrom(utils,write.table)