Intelligent Database in postgreSQL

Поиск
Список
Период
Сортировка
От Rodrigo Faccioli
Тема Intelligent Database in postgreSQL
Дата
Msg-id 2439ca350708061927i143174eemd3089a3b938f4c29@mail.gmail.com
обсуждение исходный текст
Ответы Re: Intelligent Database in postgreSQL
Re: Intelligent Database in postgreSQL
Список pgsql-general
Hi,

I'm a new user's postgreSQL and I have a question: Is possible add function of intelligent System like Neural Networks or Fuzzy Logic within postgre SGDB?

For example: I have a database and I want to execute a select instruction. But, this select constains there is  column  that uses a Perceptron Neural Networks for return a result, follow below:

        Select perceptron(vendas_cli)
        from client
        Where vendas_cli > 1000

Thanks,

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

Предыдущее
От: Kenji Morishige
Дата:
Сообщение: finding reusable ids
Следующее
От: "Josh Tolley"
Дата:
Сообщение: Re: Intelligent Database in postgreSQL