File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ Consider the two classes (d1 and d2) below.
21
21
| d2 | d | e | | |
22
22
23
23
SubPop will identify the item sets unique to each class. In this example the values are considered as a bag of values,
24
- so
25
- the column is ignored.
24
+ so the column is ignored.
26
25
27
26
| class | | | | support |
28
27
| -------| ---| ---| ---| ---------|
@@ -36,7 +35,21 @@ The support is the ratio of occurrences with the size of the class population.
36
35
37
36
## Installation
38
37
39
- __ CLI is still under development__
38
+ All SubPop releases are available via [ Homebrew] ( https://brew.sh ) :
39
+
40
+ ``` shell
41
+ brew tap clusterlesshq/tap
42
+ brew install subpop
43
+ tess --version
44
+ ```
45
+
46
+ Available on Docker Hub:
47
+
48
+ - https://hub.docker.com/r/clusterless/subpop/tags
49
+
50
+ And, you can download the latest releases directly from GitHub:
51
+
52
+ - https://github.com/ClusterlessHQ/subpop/releases
40
53
41
54
## Usage
42
55
You can’t perform that action at this time.
0 commit comments