| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KNNInput> |
KNNInputs.knnInputs |
| Modifier and Type | Method and Description |
|---|---|
KNNInput |
ObjectFactory.createKNNInput()
Create an instance of
KNNInput |
KNNInput |
KNNInput.withCompareFunction(CompareFunctionType value) |
KNNInput |
KNNInput.withExtensions(java.util.Collection<Extension> values) |
KNNInput |
KNNInput.withExtensions(Extension... values) |
KNNInput |
KNNInput.withField(FieldName value) |
KNNInput |
KNNInput.withFieldWeight(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KNNInput> |
KNNInputs.getKNNInputs()
Gets the value of the knnInputs property.
|
java.util.Iterator<KNNInput> |
KNNInputs.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(KNNInput knnInput) |
KNNInputs |
KNNInputs.withKNNInputs(KNNInput... values) |
| Modifier and Type | Method and Description |
|---|---|
KNNInputs |
KNNInputs.withKNNInputs(java.util.Collection<KNNInput> values) |
| Constructor and Description |
|---|
KNNInputs(java.util.List<KNNInput> knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(KNNInput knnInput) |
VisitorAction |
AbstractVisitor.visit(KNNInput knnInput) |
Copyright © 2015 University of Tartu. All Rights Reserved.