Package | Description |
---|---|
com.pervasive.datarush.analytics.svm |
Provides PMML model classes for SVM.
|
Modifier and Type | Method and Description |
---|---|
PMMLSupportVectorMachineModel.SvmRepresentation |
PMMLSupportVectorMachineModel.getSvmRepresentation()
Returns the
svmRepresentation attribute for the model. |
static PMMLSupportVectorMachineModel.SvmRepresentation |
PMMLSupportVectorMachineModel.SvmRepresentation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLSupportVectorMachineModel.SvmRepresentation[] |
PMMLSupportVectorMachineModel.SvmRepresentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLSupportVectorMachineModel.setSvmRepresentation(PMMLSupportVectorMachineModel.SvmRepresentation svmRepresentation)
Sets the
svmRepresentation attribute for the model. |
Copyright © 2020 Actian Corporation. All rights reserved.