ApiBrain().SetDynamicDepth

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

Description

This method helps control SILVIA’s Dynamic Output generation, and sets the integer depth of SILVIA’s lexical traversal algorithm. The higher the number, the more rigid SILVIA will be in following implicit grammatical rules. In simple terms, higher numbers will produce more rigidly logical output, whereas lower numbers will result in output that is closer to free- association.

Example Usage (Java)


boolean success = _core.ApiBrain().SetDynamicDepth(4);

Example Usage (C#)


bool success = _core.ApiBrain().SetDynamicDepth(4);

Parameters

int

depth

The numeric depth value, greater than 0.

Returns

The boolean success or failure of the operation.

See Also

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