License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdnearest-neighbour |
Version | Version1.3.10 |
Type | Typejar |
Description |
DescriptionThe OpenIMAJ Nearest Neighbour Library
Implementations of K-Nearest-Neighbour methods, including approximate methods.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nearest-neighbour-1.3.10.pom | |
nearest-neighbour-1.3.10.jar | 301 KB |
nearest-neighbour-1.3.10-sources.jar | 277 KB |
nearest-neighbour-1.3.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>nearest-neighbour</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/
implementation 'org.openimaj:nearest-neighbour:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/
implementation ("org.openimaj:nearest-neighbour:1.3.10")
'org.openimaj:nearest-neighbour:jar:1.3.10'
<dependency org="org.openimaj" name="nearest-neighbour" rev="1.3.10">
<artifact name="nearest-neighbour" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='nearest-neighbour', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "nearest-neighbour" % "1.3.10"
[org.openimaj/nearest-neighbour "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : core-math | jar | 1.3.10 |
org.openimaj : core-feature | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |