Uses of Class
org.dmg.pmml.general_regression.Category
-
Packages that use Category Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of Category in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Category Modifier and Type Method Description VisitorActionVisitor. visit(Category category) -
Uses of Category in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return Category Modifier and Type Method Description CategoryCategory. addExtensions(Extension... extensions)CategoryObjectFactory. createCategory()Create an instance ofCategoryCategoryCategory. setValue(java.lang.Object value)Methods in org.dmg.pmml.general_regression that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>Categories. getCategories()java.util.Iterator<Category>Categories. iterator()java.util.List<Category>Categories. requireCategories()Methods in org.dmg.pmml.general_regression with parameters of type Category Modifier and Type Method Description CategoriesCategories. addCategories(Category... categories)Constructor parameters in org.dmg.pmml.general_regression with type arguments of type Category Constructor Description Categories(java.util.List<Category> categories) -
Uses of Category in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Category Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Category category)
-