EnglishFrenchSpanish

Ad


OnWorks favicon

mlpack_allknn - Online in the Cloud

Run mlpack_allknn in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mlpack_allknn that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mlpack_allknn - k-nearest-neighbors

SYNOPSIS


mlpack_allknn [-h] [-v] [-d string] [-m string] [-k int] [-l int] [-N] [-n string] [-M string] [-q string] [-R] [-r string] [-s int] [-S] [-t string] -V

DESCRIPTION


This program will calculate the k-nearest-neighbors of a set of points using kd-trees or
cover trees (cover tree support is experimental and may be slow). You may specify a
separate set of reference points and query points, or just a reference set which will be
used as both the reference and query set.

For example, the following will calculate the 5 nearest neighbors of eachpoint in
'input.csv' and store the distances in 'distances.csv' and the neighbors in the file
'neighbors.csv':

$ allknn --k=5 --reference_file=input.csv --distances_file=distances.csv
--neighbors_file=neighbors.csv

The output files are organized such that row i and column j in the neighbors output file
corresponds to the index of the point in the reference set which is the i'th nearest
neighbor from the point in the query set with index j. Row i and column j in the
distances output file corresponds to the distance between those two points.

OPTIONS


--distances_file (-d) [string] File to output distances into. Default value ’'.

--help (-h)
Default help info.

--info [string]
Get help on a specific module or option. Default value ''. --input_model_file
(-m) [string] File containing pre-trained kNN model. Default value ''.

--k (-k) [int]
Number of nearest neighbors to find. Default value 0.

--leaf_size (-l) [int]
Leaf size for tree building (used for kd-trees, R trees, and R* trees). Default
value 20.

--naive (-N)
If true, O(n^2) naive mode is used for computation. --neighbors_file (-n) [string]
File to output neighbors into. Default value ’'. --output_model_file (-M) [string]
If specified, the kNN model will be saved to the given file. Default value ''.

--query_file (-q) [string]
File containing query points (optional). Default value ''.

--random_basis (-R)
Before tree-building, project the data onto a random orthogonal basis.
--reference_file (-r) [string] File containing the reference dataset. Default value
''.

--seed (-s) [int]
Random seed (if 0, std::time(NULL) is used). Default value 0.

--single_mode (-S)
If true, single-tree search is used (as opposed to dual-tree search).

--tree_type (-t) [string]
Type of tree to use: 'kd', 'cover', 'r', ’r-star', 'ball'. Default value 'kd'.

--verbose (-v)
Display informational messages and the full list of parameters and timers at the
end of execution.

--version (-V)
Display the version of mlpack.

ADDITIONAL INFORMATION


ADDITIONAL INFORMATION


For further information, including relevant papers, citations, and theory, For further
information, including relevant papers, citations, and theory, consult the documentation
found at http://www.mlpack.org or included with your consult the documentation found at
http://www.mlpack.org or included with your DISTRIBUTION OF MLPACK. DISTRIBUTION OF
MLPACK.

mlpack_allknn(1)

Use mlpack_allknn online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 2
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 3
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 4
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 5
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 6
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • More »

Linux commands

Ad