Interface FeatureResultSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Supplies the result of a feature calculation.
This functional interface provides a method to retrieve the result of a feature calculation,
which may throw a FeatureCalculationException
if the calculation fails.
-
Method Summary
-
Method Details
-
get
Retrieves the result of a feature calculation.- Returns:
- the calculated feature value as a double
- Throws:
FeatureCalculationException
- if an error occurs during the feature calculation
-