| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.nearest_neighbor | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(NearestNeighborModel nearestNeighborModel) |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.addExtensions(Extension... extensions) |
NearestNeighborModel |
ObjectFactory.createNearestNeighborModel()
Create an instance of
NearestNeighborModel |
NearestNeighborModel |
NearestNeighborModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
NearestNeighborModel |
NearestNeighborModel.setCategoricalScoringMethod(NearestNeighborModel.CategoricalScoringMethod categoricalScoringMethod)
Sets the value of the categoricalScoringMethod property.
|
NearestNeighborModel |
NearestNeighborModel.setComparisonMeasure(ComparisonMeasure comparisonMeasure)
Sets the value of the comparisonMeasure property.
|
NearestNeighborModel |
NearestNeighborModel.setContinuousScoringMethod(NearestNeighborModel.ContinuousScoringMethod continuousScoringMethod)
Sets the value of the continuousScoringMethod property.
|
NearestNeighborModel |
NearestNeighborModel.setInstanceIdVariable(FieldName instanceIdVariable)
Sets the value of the instanceIdVariable property.
|
NearestNeighborModel |
NearestNeighborModel.setKNNInputs(KNNInputs knnInputs)
Sets the value of the knnInputs property.
|
NearestNeighborModel |
NearestNeighborModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
NearestNeighborModel |
NearestNeighborModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
NearestNeighborModel |
NearestNeighborModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
NearestNeighborModel |
NearestNeighborModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
NearestNeighborModel |
NearestNeighborModel.setModelName(String modelName)
Sets the value of the modelName property.
|
NearestNeighborModel |
NearestNeighborModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
NearestNeighborModel |
NearestNeighborModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
NearestNeighborModel |
NearestNeighborModel.setNumberOfNeighbors(int numberOfNeighbors)
Sets the value of the numberOfNeighbors property.
|
NearestNeighborModel |
NearestNeighborModel.setOutput(Output output)
Sets the value of the output property.
|
NearestNeighborModel |
NearestNeighborModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
NearestNeighborModel |
NearestNeighborModel.setTargets(Targets targets)
Sets the value of the targets property.
|
NearestNeighborModel |
NearestNeighborModel.setThreshold(Double threshold)
Sets the value of the threshold property.
|
NearestNeighborModel |
NearestNeighborModel.setTrainingInstances(TrainingInstances trainingInstances)
Sets the value of the trainingInstances property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(NearestNeighborModel nearestNeighborModel) |
VisitorAction |
AbstractVisitor.visit(NearestNeighborModel nearestNeighborModel) |
VisitorAction |
AbstractModelVisitor.visit(NearestNeighborModel nearestNeighborModel) |
Copyright © 2016 University of Tartu. All rights reserved.