-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
74 lines (44 loc) · 1.29 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
rCBA 0.4.3 (Release date: 2019-05-29)
==============
Changes:
* Fixed issues with the Java dependency, RNG
* Udpdates of the documentation
rCBA 0.4.2 (Release date: 2018-05-16)
==============
Changes:
* Support for Java 9,10 - updated test for minimum Java version
rCBA 0.4.1 (Release date: 2018-05-09)
==============
Changes:
* Parallel parameter for fp-growth, build and pruning functions
rCBA 0.4.0 (Release date: 2018-04-28)
==============
Changes:
* Output model in the arules rules format
* Output of the prediction as a factor
* Verbose parameter for all functions
* Documentation updates, fixed typos and bugs
rCBA 0.3.0 (Release date: 2018-01-08)
==============
Changes:
* FPGrowth as an alternative algorithm
* FPGrowth-based automatic build of the model
* Vagrant + RStudio server development environment
* Fixed typos and bugs
rCBA 0.2.0 (Release date: 2016-10-05)
==============
Changes:
* Support for transactions as inputs
* Fixed typos and bugs
* Optimalization of Java dependencies
rCBA 0.1.0 (Release date: 2016-02-01)
==============
Changes:
* Improved pruning algorithms
* Implemented a classification function
* Implemented an automatic model build
* Optimalization of Java dependencies
rCBA 0.0.1 (Release date: 2015-12-08)
==============
Changes:
* Initial version of rCBA