HELP!

Incremental Bayesian Learning

This Build Tool is used to classify unstructured text against existing defined categories. The categories will have been previously trained using existing examples. If similar text is sent to the Bayesian classifier, then the category mostly likely to match will be returned.

To use this tool, there must be two existing text attributes. One that contains the category, and one that contains the input text that requires categorising. There should also be an existing Bayesian classifier deployed with an existing domain defined.

In this example, the two text attributes are called "Category" and "Input_Text". The Bayesian Classifier had been deployed to http://xrkb.xpertrule.com:8126


The domain has already been created using the Train Bayesian Classifier Tool and in this example has been called "Genre"

Finally a default name for the script is provided and on completion this script will be created and placed in the Scripts folder.

On This Page