kdtree


License

License

GroupId

GroupId

com.thesamet
ArtifactId

ArtifactId

kdtree_2.10
Last Version

Last Version

1.0.5
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.10

How to add to project

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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 3.0.1

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.5
1.0.4
1.0.3
1.0.1