Uses of Class
org.dmg.pmml.nearest_neighbor.KNNInput
-
Packages that use KNNInput Package Description org.dmg.pmml org.dmg.pmml.nearest_neighbor org.jpmml.model.visitors -
-
Uses of KNNInput in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type KNNInput Modifier and Type Method Description VisitorActionVisitor. visit(KNNInput knnInput) -
Uses of KNNInput in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return KNNInput Modifier and Type Method Description KNNInputKNNInput. addExtensions(Extension... extensions)KNNInputObjectFactory. createKNNInput()Create an instance ofKNNInputKNNInputKNNInput. setCompareFunction(CompareFunction compareFunction)KNNInputKNNInput. setField(java.lang.String field)KNNInputKNNInput. setFieldWeight(java.lang.Number fieldWeight)Methods in org.dmg.pmml.nearest_neighbor that return types with arguments of type KNNInput Modifier and Type Method Description java.util.List<KNNInput>KNNInputs. getKNNInputs()java.util.Iterator<KNNInput>KNNInputs. iterator()java.util.List<KNNInput>KNNInputs. requireKNNInputs()Methods in org.dmg.pmml.nearest_neighbor with parameters of type KNNInput Modifier and Type Method Description KNNInputsKNNInputs. addKNNInputs(KNNInput... knnInputs)Constructor parameters in org.dmg.pmml.nearest_neighbor with type arguments of type KNNInput Constructor Description KNNInputs(java.util.List<KNNInput> knnInputs) -
Uses of KNNInput in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type KNNInput Modifier and Type Method Description VisitorActionAbstractVisitor. visit(KNNInput knnInput)VisitorActionActiveFieldFinder. visit(KNNInput knnInput)
-