Uses of Class
org.dmg.pmml.mining.VariableWeight
-
Packages that use VariableWeight Package Description org.dmg.pmml org.dmg.pmml.mining org.jpmml.model.visitors -
-
Uses of VariableWeight in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type VariableWeight Modifier and Type Method Description VisitorActionVisitor. visit(VariableWeight variableWeight) -
Uses of VariableWeight in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return VariableWeight Modifier and Type Method Description VariableWeightVariableWeight. addExtensions(Extension... extensions)VariableWeightObjectFactory. createVariableWeight()Create an instance ofVariableWeightVariableWeightSegment. getVariableWeight()VariableWeightVariableWeight. setField(java.lang.String field)Methods in org.dmg.pmml.mining with parameters of type VariableWeight Modifier and Type Method Description SegmentSegment. setVariableWeight(VariableWeight variableWeight) -
Uses of VariableWeight in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type VariableWeight Modifier and Type Method Description VisitorActionAbstractVisitor. visit(VariableWeight variableWeight)VisitorActionActiveFieldFinder. visit(VariableWeight variableWeight)
-