ApiBrain().SetDynamicAttraction

Modifies the state of the SILVIA Core algorithms, changing the “attraction” parameter for Dynamic Output.

Description

This method helps control SILVIA’s Dynamic Output generation, and sets the integer multiplier for SILVIA’s attraction to key Concepts. The higher the attraction, the more SILVIA gravitates toward explicitly defined Concepts during output generation.

Example Usage (Java)


boolean success = _core.ApiBrain().SetDynamicAttraction(10);

Example Usage (C#)


bool success = _core.ApiBrain().SetDynamicAttraction(10);

Parameters

int

attraction

The numeric attraction value, greater than 0.

Returns

The boolean success or failure of the operation.

See Also

  • ApiBrain().SetDynamicDepth
  • ApiBrain().SetDynamicFalloffDepth
  • ApiBrain().SetDynamicFalloff
  • ApiBrain().SetDynamicAdaptation
  • ApiBrain().GenerateDynamic
  • ApiBrain().GenerateDynamicLimited