- All Implemented Interfaces:
- java.io.Serializable
public class PredictUnknownTypeException
extends PredictException
Unknown type exception.
When a RowData observation is provided to a predict method, the value types are extremely restricted.
This exception occurs if the value of a RowData element is of the wrong data type.
(The only supported value types are String and Double.)
- See Also:
- Serialized Form