Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Open classifier Version 1 (Net)

Группа Group "Robin AI", подгруппа subgroup "Классификатор Classifier (Preferentum)"

Описание

Действие открывает классификатор и возвращает его экземпляр

...

Description

The action opens the classifier and returns its instance

Action icon

Image Modified

...

Settings


Property

Description

Type

Filling example
Mandatory field
Parameters
Index folder path

Index folder path

Folder path

C:\doc\img

No
Results
Classifier
Classifier instance
Classifier instance

Особые условия использования

Перед использованием действия необходимо создать индекс классификатора действием "Создать индекс".

Пример использования 

Задача

Имеется две папки "Папка текстов" и "Индексация".
В папке текстов содержатся 2 папки, внутри которых расположены файлы для обучения классификатора.
Необходимо создать индекс классификации, после чего создать контекст классификатора. 

Решение

Воспользоваться действием "Создать индекс" и "Открыть классификатор".  

Реализация

...



Special conditions of use

Before using the action, you must create a classifier index using the "Create index" action.

Example of use 

Task

There are two folders "Texts folder" and "Indexing".
The texts folder contains 2 folders, inside which files for classifier training are located.
It is necessary to create a classification index and then create a classifier context. 

Solution

Use the "Create index" and "Open classifier" actions.  

Implementation

  1. Create a variable "Index folder" with type "Folder path".
    Image Added

  2. Move the "Create index" action to the workspace. 
    Image Added

  3. Set the action parameters (specify appropriate paths to folders). 
    Add the variable "Folder with index" to the result.
    Image Added

  4. Move the "Open classifier" action to the workspace.
    Image Added

  5. Set the "Open classifier" action parameter.
    In the "Index folder path" field add the variable "Index folder".
    Image Added

  6. Click on the "Start" button in the top panel.  

Result

The program robot completed successfully.
The classification index was created, which was written to the variable "Index folder" and the classification context was obtained

Результат

Программный робот отработал успешно.
Создан индекс классификации, который был записан в переменную "Папка с индексом" и получен контекст классификации.