- All Implemented Interfaces:
- java.io.Serializable
public class PredictWrongModelCategoryException
extends PredictException
Wrong model category exception.
Each generated model is of exactly one category.
Only one of the different predict calls works with that category.
For example, a model of category Binomial can only respond properly to
predictBinomial().
Attempting to call the wrong predict method for a model results in this exception.
- See Also:
- Serialized Form