Class KiePMMLTableSourceCategory
- java.lang.Object
-
- org.kie.pmml.models.regression.model.tuples.KiePMMLTableSourceCategory
-
- All Implemented Interfaces:
Serializable
public class KiePMMLTableSourceCategory extends Object implements Serializable
Class to represent a table source/table category tupla- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLTableSourceCategory(String source, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCategory()StringgetSource()inthashCode()StringtoString()
-