ApiBrain().SetDynamicFalloffDepth
Modifies the state of the SILVIA Core algorithms, changing the “falloff depth” parameter for Dynamic Output.
Description
This method helps control SILVIA’s Dynamic Output generation, and sets the integer falloff depth of SILVIA’s lexical traversal algorithm. This number determines the depth at which a statistical falloff begins. A higher number, closer to the set dynamic depth value, will give little or no room for falloff, giving completely rigid output generation within the range. A value that is significantly lower than the basic depth value will give the SILVIA algorithms room to vary within the outside range defined by the basic depth value, with the amount of variation to be determined by a “falloff” multiplier between 0.0 and 1.0
Example Usage (Java)
boolean success = _core.ApiBrain().SetDynamicFalloffDepth(2);
Example Usage (C#)
bool success = _core.ApiBrain().SetDynamicFalloffDepth(2);
Parameters
int |
falloffDepth |
The numeric falloff depth value, greater than 0, <= dynamic depth. |
Returns
The boolean success or failure of the operation.
See Also
- ApiBrain().SetDynamicAttraction
- ApiBrain().SetDynamicDepth
- ApiBrain().SetDynamicFalloff
- ApiBrain().SetDynamicAdaptation
- ApiBrain().GenerateDynamic
- ApiBrain().GenerateDynamicLimited