- path: a String which represents the path of the transactional database
- nbValueFiles: an Integer which represents the number of value files that we want to read (in this example, 0)
- noClasses: a Boolean which is true if we want to ignore class of the transactions (in this example, true)
-**path**: a String which represents the path of the transactional database
-**nbValueFiles**: an Integer which represents the number of value files that we want to read (in this example, 0)
-**noClasses**: a Boolean which is true if we want to ignore class of the transactions (in this example, true)
If the noClasses argument is set to false, then the class item of each transaction will be ignored during the mining. We consider the first item of each transaction as the class item. In the example above, class items are `{1,2}` if noClasses is set to false.
...
...
@@ -43,8 +53,6 @@ It is not mandatory to have n consecutive Integer as items. For example, the fol