SupportVectorMachineModel |
ObjectFactory.createSupportVectorMachineModel()
|
SupportVectorMachineModel |
SupportVectorMachineModel.withAlgorithmName(java.lang.String value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withAlternateBinaryTargetCategory(java.lang.String value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withClassificationMethod(SvmClassificationMethodType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withExtensions(java.util.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(java.lang.String value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelStats(ModelStats value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelVerification(ModelVerification value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withOutput(Output value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withScorable(java.lang.Boolean value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSupportVectorMachines(java.util.Collection<SupportVectorMachine> values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSupportVectorMachines(SupportVectorMachine... values) |
SupportVectorMachineModel |
SupportVectorMachineModel.withSvmRepresentation(SvmRepresentationType value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withTargets(Targets value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withThreshold(java.lang.Double value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withVectorDictionary(VectorDictionary value) |