Skip to content

Commit 0c6249a

Browse files
authored
removed rcf jar and replaced with maven dep (#277)
Signed-off-by: Amit Galitzky <[email protected]>
1 parent 5f62b7d commit 0c6249a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ml-algorithms/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
implementation group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.0'
2222
implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.0'
2323
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
24-
implementation files('lib/randomcutforest-parkservices-2.0.1.jar')
25-
implementation files('lib/randomcutforest-core-2.0.1.jar')
24+
implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2'
25+
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2'
2626
implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
2727
implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
2828
implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
-230 KB
Binary file not shown.
-71.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)