| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected KNNInputs |
NearestNeighborModel.knnInputs |
| Modifier and Type | Method and Description |
|---|---|
KNNInputs |
ObjectFactory.createKNNInputs()
Create an instance of
KNNInputs |
KNNInputs |
NearestNeighborModel.getKNNInputs()
Gets the value of the knnInputs property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NearestNeighborModel.setKNNInputs(KNNInputs value)
Sets the value of the knnInputs property.
|
| Constructor and Description |
|---|
NearestNeighborModel(MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs,
MiningFunctionType functionName,
Integer numberOfNeighbors) |
Copyright © 2013 University of Tartu. All Rights Reserved.