Re: [pgsql-advocacy] Function which gives back the

Поиск
Список
Период
Сортировка
От Virgile Beddok
Тема Re: [pgsql-advocacy] Function which gives back the
Дата
Msg-id 1343.146.140.8.94.1112027529.squirrel@webmail.igd.fraunhofer.de
обсуждение исходный текст
Ответ на Re: [pgsql-advocacy] Function which gives back the nearest neighbours  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: Function which gives back the  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
> On Mon, Mar 28, 2005 at 17:52:21 +0200,
>   Virgile Beddok <virgile.beddok@igd.fraunhofer.de> wrote:
>> Thanks for the help.
>> I'll try this for the one-dimensional search.
>> For the muti-dimensional one, which tools of postgresql could I use for
>> this metric function, or this indexable search, which Bruno mentioned.
>> Do they already exist?
>> What about using a tree for that? Is there one which could fit to such a
>> "nearest neighbour search", or do I have to implement it myself...
>
> You could look at boxes or cubes. You haven't said enough about your
> multidimensional problem to give specific answers.
>

I just want to know if there is an existing and implemented function, or
tree, in Postgres which allows me to directly perform a "nearest neighbour
search" on multidimensional vectors.

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Virgile Beddok"
Дата:
Сообщение: Re: [pgsql-advocacy] Function which gives back the
Следующее
От:
Дата:
Сообщение: Connect to database using pg_connect