k1 property
double
get
k1
Implementation
double get k1 => _k1;
set
k1
(double number)
A parameter that controls the speed at which a rise in term frequency results in term frequency saturation. The default value is 1.2. Setting this to a higher value will give slower saturation levels, a lower value will result in quicker saturation.
number
- The value to set for this tuning parameter.
Implementation
set k1(double number) {
_k1 = number;
}