Uses of Class
org.dmg.pmml.TableLocator
-
Packages that use TableLocator Package Description org.dmg.pmml org.dmg.pmml.nearest_neighbor org.jpmml.model.visitors -
-
Uses of TableLocator in org.dmg.pmml
Methods in org.dmg.pmml that return TableLocator Modifier and Type Method Description TableLocatorTableLocator. addExtensions(Extension... extensions)TableLocatorObjectFactory. createTableLocator()Create an instance ofTableLocatorTableLocatorChildParent. getTableLocator()TableLocatorHasTable. getTableLocator()TableLocatorMapValues. getTableLocator()TableLocatorTextIndexNormalization. getTableLocator()Methods in org.dmg.pmml with parameters of type TableLocator Modifier and Type Method Description ChildParentChildParent. setTableLocator(TableLocator tableLocator)EHasTable. setTableLocator(TableLocator tableLocator)MapValuesMapValues. setTableLocator(TableLocator tableLocator)TextIndexNormalizationTextIndexNormalization. setTableLocator(TableLocator tableLocator)VisitorActionVisitor. visit(TableLocator tableLocator) -
Uses of TableLocator in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return TableLocator Modifier and Type Method Description TableLocatorTrainingInstances. getTableLocator()Methods in org.dmg.pmml.nearest_neighbor with parameters of type TableLocator Modifier and Type Method Description TrainingInstancesTrainingInstances. setTableLocator(TableLocator tableLocator) -
Uses of TableLocator in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TableLocator Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TableLocator tableLocator)
-