Uses of Class
com.pervasive.datarush.analytics.svm.SupportVectorMachine
Packages that use SupportVectorMachine
-
Uses of SupportVectorMachine in com.pervasive.datarush.analytics.svm
Methods in com.pervasive.datarush.analytics.svm that return types with arguments of type SupportVectorMachineModifier and TypeMethodDescriptionfinal List<SupportVectorMachine>PMMLSupportVectorMachineModel.getSupportVectorMachines()Returns theSupportVectorMachineelements of the model.Method parameters in com.pervasive.datarush.analytics.svm with type arguments of type SupportVectorMachineModifier and TypeMethodDescriptionfinal voidPMMLSupportVectorMachineModel.setSupportVectorMachines(List<SupportVectorMachine> supportVectorMachines) Sets theSupportVectorMachineelements of the model.