ApiData().TuneConcepts

Statistically tunes and balances Conceptual data based on a variety of factors.

Description

This function modifies knowledge in the current SILVIA Brain by using statistical analysis, lexical information, and other criteria to produce well-balanced and responsive mathematical values for the current collection of Concepts in the SILVIA Brain. This function is commonly invoked when finalized Brain data needs to be balanced for interactive use, and the tuned Conceptual data is saved with trained Brain files.

Example Usage (C#)


bool success = _core.ApiData().TuneConcepts(true, true, false);

Parameters

bool

useAbsorbers

The boolean flag to determine if Absorber data is considered during the tuning process.

bool

AbsorberAsDocument

The boolean flag to separate Absorbers as unique documents during the tuning process.

bool

useExuders

The boolean flag to determine if Exuder data is considered during the tuning process.

Returns

The boolean success or failure of the operation.

ApiData()