| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.nearest_neighbor | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(KNNInput knnInput) |
| Modifier and Type | Method and Description |
|---|---|
KNNInput |
KNNInput.addExtensions(Extension... extensions) |
KNNInput |
ObjectFactory.createKNNInput()
Create an instance of
KNNInput |
KNNInput |
KNNInput.setCompareFunction(CompareFunction compareFunction) |
KNNInput |
KNNInput.setField(String field) |
KNNInput |
KNNInput.setFieldWeight(Number fieldWeight) |
| Modifier and Type | Method and Description |
|---|---|
List<KNNInput> |
KNNInputs.getKNNInputs() |
Iterator<KNNInput> |
KNNInputs.iterator() |
List<KNNInput> |
KNNInputs.requireKNNInputs() |
| Modifier and Type | Method and Description |
|---|---|
KNNInputs |
KNNInputs.addKNNInputs(KNNInput... knnInputs) |
| Constructor and Description |
|---|
KNNInputs(List<KNNInput> knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(KNNInput knnInput) |
VisitorAction |
ActiveFieldFinder.visit(KNNInput knnInput) |
Copyright © 2024. All rights reserved.