NearestNeighborModel |
ObjectFactory.createNearestNeighborModel()
|
NearestNeighborModel |
NearestNeighborModel.withAlgorithmName(String value) |
NearestNeighborModel |
NearestNeighborModel.withCategoricalScoringMethod(CategoricalScoringMethodType value) |
NearestNeighborModel |
NearestNeighborModel.withComparisonMeasure(ComparisonMeasure value) |
NearestNeighborModel |
NearestNeighborModel.withContinuousScoringMethod(ContinuousScoringMethodType value) |
NearestNeighborModel |
NearestNeighborModel.withExtensions(Collection<Extension> values) |
NearestNeighborModel |
NearestNeighborModel.withExtensions(Extension... values) |
NearestNeighborModel |
NearestNeighborModel.withFunctionName(MiningFunctionType value) |
NearestNeighborModel |
NearestNeighborModel.withInstanceIdVariable(String value) |
NearestNeighborModel |
NearestNeighborModel.withKNNInputs(KNNInputs value) |
NearestNeighborModel |
NearestNeighborModel.withLocalTransformations(LocalTransformations value) |
NearestNeighborModel |
NearestNeighborModel.withMiningSchema(MiningSchema value) |
NearestNeighborModel |
NearestNeighborModel.withModelExplanation(ModelExplanation value) |
NearestNeighborModel |
NearestNeighborModel.withModelName(String value) |
NearestNeighborModel |
NearestNeighborModel.withModelStats(ModelStats value) |
NearestNeighborModel |
NearestNeighborModel.withModelVerification(ModelVerification value) |
NearestNeighborModel |
NearestNeighborModel.withNumberOfNeighbors(Integer value) |
NearestNeighborModel |
NearestNeighborModel.withOutput(Output value) |
NearestNeighborModel |
NearestNeighborModel.withScorable(Boolean value) |
NearestNeighborModel |
NearestNeighborModel.withTargets(Targets value) |
NearestNeighborModel |
NearestNeighborModel.withThreshold(Double value) |
NearestNeighborModel |
NearestNeighborModel.withTrainingInstances(TrainingInstances value) |