Interface SmoothingModelVariant
-
- All Known Implementing Classes:
LaplaceSmoothingModel,LinearInterpolationSmoothingModel,StupidBackoffSmoothingModel
public interface SmoothingModelVariantBase interface forSmoothingModelvariants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SmoothingModel.Kind_smoothingModelKind()default SmoothingModel_toSmoothingModel()
-
-
-
Method Detail
-
_smoothingModelKind
SmoothingModel.Kind _smoothingModelKind()
-
_toSmoothingModel
default SmoothingModel _toSmoothingModel()
-
-