Interface SmoothingModelVariant
- All Known Implementing Classes:
LaplaceSmoothingModel,LinearInterpolationSmoothingModel,StupidBackoffSmoothingModel
public interface SmoothingModelVariant
Base interface for
SmoothingModel variants.-
Method Summary
Modifier and Type Method Description SmoothingModel.Kind_smoothingModelKind()default SmoothingModel_toSmoothingModel()
-
Method Details
-
_smoothingModelKind
SmoothingModel.Kind _smoothingModelKind() -
_toSmoothingModel
-