SupportVectorMachineModel |
ObjectFactory.createSupportVectorMachineModel()
|
SupportVectorMachineModel |
SupportVectorMachineModel.withAlgorithmName(String value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withClassificationMethod(SvmClassificationMethodType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withExtensions(Collection<Extension> values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withExtensions(Extension... values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withFunctionName(MiningFunctionType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withKernelType(KernelType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withLocalTransformations(LocalTransformations value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withMiningSchema(MiningSchema value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelExplanation(ModelExplanation value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelName(String value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelStats(ModelStats value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelVerification(ModelVerification value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withOutput(Output value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withScorable(Boolean value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSupportVectorMachines(Collection<SupportVectorMachine> values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSupportVectorMachines(SupportVectorMachine... values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSvmRepresentation(SvmRepresentationType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withTargets(Targets value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withThreshold(Double value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withVectorDictionary(VectorDictionary value) |