Download nearest-neighbour-1.3.5.jar file

Introduction

You can download nearest-neighbour-1.3.5.jar in this page.

License

Open Source

Type List

nearest-neighbour-1.3.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/nearest-neighbour/pom.properties
META-INF/maven/org.openimaj/nearest-neighbour/pom.xml
org.openimaj.knn.ByteNearestNeighbours.class
org.openimaj.knn.ByteNearestNeighboursExact.class
org.openimaj.knn.ByteNearestNeighboursProvider.class
org.openimaj.knn.CoordinateBruteForce.class
org.openimaj.knn.CoordinateIndex.class
org.openimaj.knn.CoordinateKDTree.class
org.openimaj.knn.DoubleNearestNeighbours.class
org.openimaj.knn.DoubleNearestNeighboursExact.class
org.openimaj.knn.DoubleNearestNeighboursProvider.class
org.openimaj.knn.FloatNearestNeighbours.class
org.openimaj.knn.FloatNearestNeighboursExact.class
org.openimaj.knn.FloatNearestNeighboursProvider.class
org.openimaj.knn.IncrementalNearestNeighbours.class
org.openimaj.knn.IntNearestNeighbours.class
org.openimaj.knn.IntNearestNeighboursExact.class
org.openimaj.knn.IntNearestNeighboursProvider.class
org.openimaj.knn.InternalNearestNeighbours.class
org.openimaj.knn.KDNode.class
org.openimaj.knn.LongNearestNeighbours.class
org.openimaj.knn.LongNearestNeighboursExact.class
org.openimaj.knn.LongNearestNeighboursProvider.class
org.openimaj.knn.NearestNeighbours.class
org.openimaj.knn.NearestNeighboursFactory.class
org.openimaj.knn.ObjectNearestNeighbours.class
org.openimaj.knn.ObjectNearestNeighboursExact.class
org.openimaj.knn.ObjectNearestNeighboursProvider.class
org.openimaj.knn.ShortNearestNeighbours.class
org.openimaj.knn.ShortNearestNeighboursExact.class
org.openimaj.knn.ShortNearestNeighboursProvider.class
org.openimaj.knn.approximate.ByteKDTreeEnsemble.class
org.openimaj.knn.approximate.ByteNearestNeighboursKDTree.class
org.openimaj.knn.approximate.DoubleKDTreeEnsemble.class
org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree.class
org.openimaj.knn.approximate.FloatKDTreeEnsemble.class
org.openimaj.knn.approximate.FloatNearestNeighboursKDTree.class
org.openimaj.knn.approximate.IntKDTreeEnsemble.class
org.openimaj.knn.approximate.IntNearestNeighboursKDTree.class
org.openimaj.knn.approximate.LongKDTreeEnsemble.class
org.openimaj.knn.approximate.LongNearestNeighboursKDTree.class
org.openimaj.knn.approximate.ShortKDTreeEnsemble.class
org.openimaj.knn.approximate.ShortNearestNeighboursKDTree.class
org.openimaj.knn.lsh.LSHNearestNeighbours.class
org.openimaj.knn.pq.ByteADCNearestNeighbours.class
org.openimaj.knn.pq.ByteProductQuantiser.class
org.openimaj.knn.pq.ByteSDCNearestNeighbours.class
org.openimaj.knn.pq.DoubleADCNearestNeighbours.class
org.openimaj.knn.pq.DoubleProductQuantiser.class
org.openimaj.knn.pq.DoubleSDCNearestNeighbours.class
org.openimaj.knn.pq.FloatADCNearestNeighbours.class
org.openimaj.knn.pq.FloatProductQuantiser.class
org.openimaj.knn.pq.FloatSDCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours.class
org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours.class
org.openimaj.knn.pq.IntADCNearestNeighbours.class
org.openimaj.knn.pq.IntProductQuantiser.class
org.openimaj.knn.pq.IntSDCNearestNeighbours.class
org.openimaj.knn.pq.LongADCNearestNeighbours.class
org.openimaj.knn.pq.LongProductQuantiser.class
org.openimaj.knn.pq.LongSDCNearestNeighbours.class
org.openimaj.knn.pq.ShortADCNearestNeighbours.class
org.openimaj.knn.pq.ShortProductQuantiser.class
org.openimaj.knn.pq.ShortSDCNearestNeighbours.class
org.openimaj.lsh.composition.PolyHashComposition.class
org.openimaj.lsh.composition.RandomProjectionHashComposition.class
org.openimaj.lsh.functions.ByteCauchyFactory.class
org.openimaj.lsh.functions.ByteGaussianFactory.class
org.openimaj.lsh.functions.ByteHammingFactory.class
org.openimaj.lsh.functions.ByteHashFunction.class
org.openimaj.lsh.functions.ByteHashFunctionFactory.class
org.openimaj.lsh.functions.ByteHyperplaneCosineFactory.class
org.openimaj.lsh.functions.ByteHyperplaneL1Factory.class
org.openimaj.lsh.functions.BytePStableFactory.class
org.openimaj.lsh.functions.DoubleCauchyFactory.class
org.openimaj.lsh.functions.DoubleGaussianFactory.class
org.openimaj.lsh.functions.DoubleHammingFactory.class
org.openimaj.lsh.functions.DoubleHashFunction.class
org.openimaj.lsh.functions.DoubleHashFunctionFactory.class
org.openimaj.lsh.functions.DoubleHyperplaneCosineFactory.class
org.openimaj.lsh.functions.DoubleHyperplaneL1Factory.class
org.openimaj.lsh.functions.DoublePStableFactory.class
org.openimaj.lsh.functions.FloatCauchyFactory.class
org.openimaj.lsh.functions.FloatGaussianFactory.class
org.openimaj.lsh.functions.FloatHammingFactory.class
org.openimaj.lsh.functions.FloatHashFunction.class
org.openimaj.lsh.functions.FloatHashFunctionFactory.class
org.openimaj.lsh.functions.FloatHyperplaneCosineFactory.class
org.openimaj.lsh.functions.FloatHyperplaneL1Factory.class
org.openimaj.lsh.functions.FloatPStableFactory.class
org.openimaj.lsh.functions.HammingHelper.class
org.openimaj.lsh.functions.IntCauchyFactory.class
org.openimaj.lsh.functions.IntGaussianFactory.class
org.openimaj.lsh.functions.IntHammingFactory.class
org.openimaj.lsh.functions.IntHashFunction.class
org.openimaj.lsh.functions.IntHashFunctionFactory.class
org.openimaj.lsh.functions.IntHyperplaneCosineFactory.class
org.openimaj.lsh.functions.IntHyperplaneL1Factory.class
org.openimaj.lsh.functions.IntPStableFactory.class
org.openimaj.lsh.functions.LongCauchyFactory.class
org.openimaj.lsh.functions.LongGaussianFactory.class
org.openimaj.lsh.functions.LongHammingFactory.class
org.openimaj.lsh.functions.LongHashFunction.class
org.openimaj.lsh.functions.LongHashFunctionFactory.class
org.openimaj.lsh.functions.LongHyperplaneCosineFactory.class
org.openimaj.lsh.functions.LongHyperplaneL1Factory.class
org.openimaj.lsh.functions.LongPStableFactory.class
org.openimaj.lsh.functions.RandomisedHashFunction.class
org.openimaj.lsh.functions.RandomisedHashFunctionFactory.class
org.openimaj.lsh.functions.ShortCauchyFactory.class
org.openimaj.lsh.functions.ShortGaussianFactory.class
org.openimaj.lsh.functions.ShortHammingFactory.class
org.openimaj.lsh.functions.ShortHashFunction.class
org.openimaj.lsh.functions.ShortHashFunctionFactory.class
org.openimaj.lsh.functions.ShortHyperplaneCosineFactory.class
org.openimaj.lsh.functions.ShortHyperplaneL1Factory.class
org.openimaj.lsh.functions.ShortPStableFactory.class
org.openimaj.lsh.sketch.BitSetLSHSketcher.class
org.openimaj.lsh.sketch.ByteLSHSketcher.class
org.openimaj.lsh.sketch.IntLSHSketcher.class
org.openimaj.lsh.sketch.LongLSHSketcher.class
org.openimaj.lsh.sketch.ShortLSHSketcher.class

Pom

nearest-neighbour-1.3.5.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>openimaj-machine-learning</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.5</version>
    <relativePath>../</relativePath>
  </parent>
  <artifactId>nearest-neighbour</artifactId>
  <name>The OpenIMAJ Nearest Neighbour Library</name>
  <inceptionYear>2011</inceptionYear>
  <description>Implementations of K-Nearest-Neighbour methods, including approximate methods.</description>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-math</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-feature</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <argLine>-Xmx1G -Djava.awt.headless=true</argLine>
          <!-- <parallel>classes</parallel>
		            <perCoreThreadCount>2</perCoreThreadCount> -->
        </configuration>
      </plugin>
      <plugin>
        <groupId>uk.ac.soton.ecs.jsh2</groupId>
        <artifactId>jtemp-maven-plugin</artifactId>
        <version>1.2</version>
        <executions>
          <execution>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>nearest-neighbour</artifactId>
   <version>1.3.5</version>
</dependency>

Download

If you think the following nearest-neighbour-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download nearest-neighbour-1.3.5.jar file




PreviousNext

Related