public abstract class BaseLibSVMClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BaseLibSVMClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.support_vector_machine.SupportVectorMachineModel |
encodeModel(org.jpmml.converter.Schema schema) |
Double |
getCoef0() |
Integer |
getDegree() |
List<? extends Number> |
getDualCoef() |
Double |
getGamma() |
List<? extends Number> |
getIntercept() |
String |
getKernel() |
int |
getNumberOfFeatures() |
List<Integer> |
getSupport() |
List<Integer> |
getSupportSizes() |
List<? extends Number> |
getSupportVectors() |
boolean |
hasProbabilityDistribution() |
getClasses, getMiningFunction, isSupervisedencodeModel, getDataType, getOpTypeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic boolean hasProbabilityDistribution()
hasProbabilityDistribution in class Classifierpublic org.dmg.pmml.support_vector_machine.SupportVectorMachineModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic String getKernel()
public Integer getDegree()
public Double getGamma()
public Double getCoef0()
Copyright © 2017. All Rights Reserved.