| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
KNNInputs |
KNNInputs.addExtensions(Extension... extensions) |
KNNInputs |
KNNInputs.addKNNInputs(KNNInput... knnInputs) |
KNNInputs |
ObjectFactory.createKNNInputs()
Create an instance of
KNNInputs |
KNNInputs |
NearestNeighborModel.getKNNInputs()
Gets the value of the knnInputs property.
|
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setKNNInputs(KNNInputs knnInputs)
Sets the value of the knnInputs property.
|
VisitorAction |
Visitor.visit(KNNInputs knnInputs) |
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunctionType functionName,
Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(KNNInputs knnInputs) |
VisitorAction |
AbstractVisitor.visit(KNNInputs knnInputs) |
Copyright © 2015 University of Tartu. All Rights Reserved.