Serialized Form
Package se.lth.cs.nlp.nlputils.core |
serialVersionUID: 0L
left
Object left
- The left element.
right
Object right
- The right element.
Package se.lth.cs.nlp.nlputils.ml |
serialVersionUID: 0L
classes
Object[] classes
- The range of output values.
classes[0]
is returned when apply
returns
a positive value. Should have a length of 2.
encoding
NumericEncoding encoding
- The numeric encoding that maps feature values to indices.
serialVersionUID: 0L
lC
double[] lC
qInd
int[][] qInd
qC
double[][] qC
rho
double rho
extractor
FeatureExtractor<T> extractor
- The feature extractor that is used in
classify(ItemType item)
.
list
FeatureList list
- The feature list that is used in
classify(ItemType item)
.
serialVersionUID: 0L
subClassifiers
BinaryNumericClassifier<T>[] subClassifiers
outValues
Object[][] outValues
encoding
NumericEncoding encoding
serialVersionUID: 0L
nameToIndex
HashMap<K,V> nameToIndex
index
int index
nUsed
int nUsed
serialVersionUID: 0L
n_features
int n_features
maps
HashMap<K,V>[] maps
outValueNumbers
HashMap<K,V> outValueNumbers
outvalues
String[] outvalues
types
int[] types
indices
int[] indices
serialVersionUID: 0L
nclasses
int nclasses
subClassifiers
BinaryNumericClassifier<T>[] subClassifiers
outValues
Object[][] outValues
encoding
NumericEncoding encoding
Package se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm |
serialVersionUID: 0L
param
svm_parameter param
nr_class
int nr_class
l
int l
SV
svm_node[][] SV
sv_coef
double[][] sv_coef
rho
double[] rho
probA
double[] probA
probB
double[] probB
label
int[] label
nSV
int[] nSV
labelRev
int[] labelRev
start
int[] start
index
int index
value
double value
svm_type
int svm_type
kernel_type
int kernel_type
degree
double degree
gamma
double gamma
coef0
double coef0
cache_size
double cache_size
eps
double eps
C
double C
nr_weight
int nr_weight
weight_label
int[] weight_label
weight
double[] weight
nu
double nu
p
double p
shrinking
int shrinking
probability
int probability