Uses of Class
org.dmg.pmml.nearest_neighbor.KNNInputs
-
Packages that use KNNInputs Package Description org.dmg.pmml org.dmg.pmml.nearest_neighbor org.jpmml.model.visitors -
-
Uses of KNNInputs in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type KNNInputs Modifier and Type Method Description VisitorActionVisitor. visit(KNNInputs knnInputs) -
Uses of KNNInputs in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return KNNInputs Modifier and Type Method Description KNNInputsKNNInputs. addExtensions(Extension... extensions)KNNInputsKNNInputs. addKNNInputs(KNNInput... knnInputs)KNNInputsObjectFactory. createKNNInputs()Create an instance ofKNNInputsKNNInputsNearestNeighborModel. getKNNInputs()KNNInputsNearestNeighborModel. requireKNNInputs()Methods in org.dmg.pmml.nearest_neighbor with parameters of type KNNInputs Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setKNNInputs(KNNInputs knnInputs)Constructors in org.dmg.pmml.nearest_neighbor with parameters of type KNNInputs Constructor Description NearestNeighborModel(MiningFunction miningFunction, java.lang.Integer numberOfNeighbors, MiningSchema miningSchema, TrainingInstances trainingInstances, ComparisonMeasure comparisonMeasure, KNNInputs knnInputs) -
Uses of KNNInputs in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type KNNInputs Modifier and Type Method Description VisitorActionAbstractVisitor. visit(KNNInputs knnInputs)
-