| License |
License |
|---|---|
| Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
| GroupId | GroupIdnz.ac.waikato.cms.weka |
| ArtifactId | ArtifactIdDilcaDistance |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDilcaDistance
This package implements the parameter free version of the DILCA distance. This approach allows to learn value-to-value distances between each pair of values for each attribute of the dataset. The distance between two values is computed indirectly based on the their distribution w.r.t. a set of related attributes (the context) carefully chosen.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| DilcaDistance-1.0.1.pom | |
| DilcaDistance-1.0.1.jar | 10 KB |
| DilcaDistance-1.0.1-tests.jar | 3 KB |
| DilcaDistance-1.0.1-sources.jar | 6 KB |
| DilcaDistance-1.0.1-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DilcaDistance/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>DilcaDistance</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DilcaDistance/
implementation 'nz.ac.waikato.cms.weka:DilcaDistance:1.0.1'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DilcaDistance/
implementation ("nz.ac.waikato.cms.weka:DilcaDistance:1.0.1")
'nz.ac.waikato.cms.weka:DilcaDistance:jar:1.0.1'
<dependency org="nz.ac.waikato.cms.weka" name="DilcaDistance" rev="1.0.1">
<artifact name="DilcaDistance" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='DilcaDistance', version='1.0.1')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "DilcaDistance" % "1.0.1"
[nz.ac.waikato.cms.weka/DilcaDistance "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
| nz.ac.waikato.cms.weka : fastCorrBasedFS | jar | [1.0.1,) |
| Group / Artifact | Type | Version |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
| junit : junit | jar | 3.8.2 |