kdtree


License

License

GroupId

GroupId

com.thesamet
ArtifactId

ArtifactId

kdtree_2.9.1
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

kdtree
kdtree
Project URL

Project URL

https://github.com/thesamet/kdtree-scala
Project Organization

Project Organization

com.thesamet
Source Code Management

Source Code Management

https://github.com/thesamet/kdtree-scala

Download kdtree_2.9.1

How to add to project

<!-- https://jarcasting.com/artifacts/com.thesamet/kdtree_2.9.1/ -->
<dependency>
    <groupId>com.thesamet</groupId>
    <artifactId>kdtree_2.9.1</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet/kdtree_2.9.1/
implementation 'com.thesamet:kdtree_2.9.1:1.0'
// https://jarcasting.com/artifacts/com.thesamet/kdtree_2.9.1/
implementation ("com.thesamet:kdtree_2.9.1:1.0")
'com.thesamet:kdtree_2.9.1:jar:1.0'
<dependency org="com.thesamet" name="kdtree_2.9.1" rev="1.0">
  <artifact name="kdtree_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet', module='kdtree_2.9.1', version='1.0')
)
libraryDependencies += "com.thesamet" % "kdtree_2.9.1" % "1.0"
[com.thesamet/kdtree_2.9.1 "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.9.1 jar 1.8

Project Modules

There are no modules declared in this project.

KDTree-Scala

A simple in-memory immutable KDTree and KDTreeMap implementations in Scala.

Currently the only operation supported is n-nearest neighbors lookup.

Using with SBT

Add the following to your build.sbt:

resolvers += "Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/"

libraryDependencies += "com.thesamet" %% "kdtree" % "1.0.4"

Examples

See src/test/scala/ for examples.

Versions

Version
1.0