public abstract class WeightedThresholdModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
k
The coefficient value (steepness).
|
| Constructor and Description |
|---|
WeightedThresholdModel(double p_k)
Cannot be called directly: allows subclasses to create weighted copies.
|