File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ GitHub version] ( https://badge.fury.io/gh/idsia%2Fcrema.svg )] ( https://badge.fury.io/gh/idsia%2Fcrema )
1
2
# CreMA
2
3
3
4
CreMA is a open-source java toolbox that provides multiple
@@ -42,4 +43,26 @@ ve.setFactors(model.getFactors());
42
43
System.out.println(ve.run(x));
43
44
44
45
45
- ```
46
+ ```
47
+
48
+ ## Installation
49
+
50
+ Add the following code in the pom.xml of your project:
51
+
52
+ ```
53
+ <repositories>
54
+ <repository>
55
+ <id>cremaRepo</id>
56
+ <url>https://raw.github.com/idsia/crema/mvn-repo/</url>
57
+ </repository>
58
+ </repositories>
59
+
60
+ <dependencies>
61
+ <dependency>
62
+ <groupId>ch.idsia</groupId>
63
+ <artifactId>crema</artifactId>
64
+ <version>0.1.1</version>
65
+ <scope>compile</scope>
66
+ </dependency>
67
+ </dependencies>
68
+ ```
Original file line number Diff line number Diff line change 2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >ch.idsia</groupId >
5
- <artifactId >CreMA </artifactId >
5
+ <artifactId >crema </artifactId >
6
6
<version >0.1.1</version >
7
7
8
8
<name >Credal Model Algorithms</name >
You can’t perform that action at this time.
0 commit comments