License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdisolationForest |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionisolationForest
Class for building and using a classifier built on the Isolation Forest anomaly detection algorithm. For more information see Fei Tony Liu, Kai Ming Ting and Zhi-Hua Zhou. 2008. Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, pages 413-422.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/isolationForest/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>isolationForest</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/isolationForest/
implementation 'nz.ac.waikato.cms.weka:isolationForest:1.0.2'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/isolationForest/
implementation ("nz.ac.waikato.cms.weka:isolationForest:1.0.2")
'nz.ac.waikato.cms.weka:isolationForest:jar:1.0.2'
<dependency org="nz.ac.waikato.cms.weka" name="isolationForest" rev="1.0.2">
<artifact name="isolationForest" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='isolationForest', version='1.0.2')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "isolationForest" % "1.0.2"
[nz.ac.waikato.cms.weka/isolationForest "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |