معرفی شرکت ها


libann-devel-1.1.2-alt4.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Development files of ANN
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic x86_64
نام بسته libann-devel
نام فایل بسته libann-devel-1.1.2-alt4.x86_64.rpm
نسخه بسته 1.1.2
انتشار بسته alt4
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Fri 11 Mar 2011 10
هاست سازنده real-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.cs.umd.edu/~mount/ANN/
مجوز LGPL v2.1 or later
حجم دانلود 17K
حجم نصب 48.173K
ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. In the nearest neighbor problem a set of data points in d-dimensional space is given. These points are preprocessed into a data structure, so that given any query point q, the nearest or generally k nearest points of P to q can be reported efficiently. The distance between two points can be defined in many ways. ANN assumes that distances are measured using any class of distance functions called Minkowski metrics. These include the well known Euclidean distance, Manhattan distance, and max distance. Based on our own experience, ANN performs quite efficiently for point sets ranging in size from thousands to hundreds of thousands, and in dimensions as high as 20. (For applications in significantly higher dimensions, the results are rather spotty, but you might try it anyway.) The library implements a number of different data structures, based on kd-trees and box-decomposition trees, and employs a couple of different search strategies. The library also comes with test programs for measuring the quality of performance of ANN on any particular data sets, as well as programs for visualizing the structure of the geometric data structures. This package contains development files of ANN.


جایگزین ها

بسته نسخه معماری مخزن
libann-devel-1.1.2-alt4.i586.rpm 1.1.2 i586 ALT classic
libann-devel-static-1.1.2-alt4.i586.rpm 1.1.2 i586 ALT classic
libann-devel-static-1.1.2-alt4.x86_64.rpm 1.1.2 x86_64 ALT classic


نیازمندی

مقدار نام
= 1.1.2-alt4 libann
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.1.2-alt4 libann-devel


نحوه نصب


نصب پکیج rpm libann-devel:

    sudo apt-get install libann-devel-1.1.2-alt4.x86_64.rpm


فایل ها

مسیرها
/usr/include/ANN
/usr/include/ANN/ANN.h
/usr/include/ANN/ANNperf.h
/usr/include/ANN/ANNx.h
/usr/lib64/libANN.so


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2011-03-11

Added -g into compiler flags

2011-02-10

Rebuilt for debuginfo

2010-10-18

Rebuilt for soname set-versions

2010-06-11

Version 1.1.2

2009-09-11

Initial build for Sisyphus