| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.nearest_neighbor | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(KNNInputs knnInputs) |
| 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() |
KNNInputs |
NearestNeighborModel.requireKNNInputs() |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setKNNInputs(KNNInputs knnInputs) |
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunction miningFunction,
Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(KNNInputs knnInputs) |
Copyright © 2024. All rights reserved.