-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
121 lines (81 loc) · 3.67 KB
/
NEWS
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# clickstream 1.3.3 (09/27/2023)
## Bug Fixes
* Problem when reading in a clickstream list without headers
* Problem when reading in a clickstream list where all clickstreams have exactly the same length
# clickstream 1.3.1 (01/30/2020)
## Bug Fixes
* Now importing package data.table instead of creating a dependence to it
## New Features
* New method for converting clickstreams into arules-transactions
* New method for converting character matrices and character dataframes into clickstreams
# clickstream 1.3.0 (12/14/2017)
## Bug Fixes
* Typo in method fitMarkovChain (thanks to KSTseng).
* Problem to compute absorbing probabilities in method fitMarkovChain (thanks to Theo van Kraay).
* Problem with special characters when fitting Markov chains.
## Changes
* It is now possible to hide transitions with a low probability in a graph plot of a MarkovChain object.
## New Features
* Methods for consensus clustering.
* Method for performing a chi-square test.
# clickstream 1.2.1 (05/18/2017)
## New Features
* Possibility to flip coordinates of heatmaps.
* Method as.ClickClust transforms a list of clickstreams into a ClickClust-object.
# clickstream 1.2.0 (04/10/2017)
## Bug Fixes
* Bug in predicting the next click. Absorption probabilities were not correct.
## New Features
* Method hmPlot for ploting heatmaps from transition probabilities or absorption probabilities.
# clickstream 1.1.9 (10/14/2016)
## Changes
* Reference to JSS article
# clickstream 1.1.8 (04/26/2016)
## Bug Fixes)
* Incorrect absorbing probabilities when predicting the next states of a given pattern and markov chain object when one of the next states is an absorbing state (thanks to Sebastian Lechner for reporting the bug).
# clickstream 1.1.7 (03/21/2016)
## Bug Fixes
* Compatibility problem with arules 1.4.0
# clickstream 1.1.6 (01/08/2016)
## Bug Fixes
* Citation file was using deprecated arguments.
* Incorrect start probabilities.
* Incorrect prediction of cluster assignment when clustering clickstreams with an order > 0.
# clickstream 1.1.5 (07/07/2015)
## Bug Fixes
* Compatibility problem with igraph 1.0.0
## New Features
* Possibility to estimate markov chains with linear programming (default).
# clickstream 1.1.4 (05/17/2015)
## Changes
* Speed of several functions (thanks to Dennis Bohle <[email protected]> for contributing some ideas to improve the performance of the package)
## New Features
* Method for converting a Clickstreams-object to a data frame consisting of session-specific state frequencies.
* Method for converting a Clickstreams-object to an arules::transactions-object.
# clickstream 1.1.3 (01/06/2015)
## Bug Fixes
* NAs when reading large clickstream data.
# clickstream 1.1.2 (07/15/2014)
## Bug Fixes
* Deleted print-method for S4 classes.
## New Features
* Added the possibility to define the number of digits in a Markov-chain-plot.
# clickstream 1.1.1 (05/19/2014)
## Bug Fixes
* Bug in function clusterClickstreams with orders higher than the smallest clickstream
## New Features
* Improved summary of clickstream clusters.
# clickstream 1.1.0 (03/27/2014)
## Bug Fixes
* Wrong line breaks in readClickstreams.
* Wrong direction in MarkovChain plots.
* Wrong edge titles in MarkovChain plots.
## New Features
* Function for clustering lists of clickstreams.
* Functions for printing and summarizing clickstream clusters.
* Function for writing a clickstream list to file.
* Possibility to use absorbing probabilities for predicting next states.
# clickstream 1.0.0 (02/28/2014)
## New Features
* Reading clickstreams from file
* Fitting Markov Chains