Serialized Form


Package se.lth.cs.nlp.nlputils.core

Class se.lth.cs.nlp.nlputils.core.Pair extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

left

Object left
The left element.


right

Object right
The right element.


Package se.lth.cs.nlp.nlputils.ml

Class se.lth.cs.nlp.nlputils.ml.BinaryLinearClassifier extends BinaryNumericClassifier<T> implements Serializable

serialVersionUID: 0L

Class se.lth.cs.nlp.nlputils.ml.BinaryNumericClassifier extends Classifier<T> implements Serializable

Serialized Fields

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.

Class se.lth.cs.nlp.nlputils.ml.BinaryQuadraticClassifier extends BinaryNumericClassifier<T> implements Serializable

serialVersionUID: 0L

Serialized Fields

lC

double[] lC

qInd

int[][] qInd

qC

double[][] qC

rho

double rho

Class se.lth.cs.nlp.nlputils.ml.Classifier extends Object implements Serializable

Serialized Fields

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).

Class se.lth.cs.nlp.nlputils.ml.ClasswiseClassifier extends Classifier<T> implements Serializable

serialVersionUID: 0L

Serialized Fields

subClassifiers

BinaryNumericClassifier<T>[] subClassifiers

outValues

Object[][] outValues

encoding

NumericEncoding encoding

Class se.lth.cs.nlp.nlputils.ml.FeatureDeclaration extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

nameToIndex

HashMap<K,V> nameToIndex

index

int index

nUsed

int nUsed

Class se.lth.cs.nlp.nlputils.ml.NumericEncoding extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

n_features

int n_features

maps

HashMap<K,V>[] maps

outValueNumbers

HashMap<K,V> outValueNumbers

outvalues

String[] outvalues

types

int[] types

indices

int[] indices

Class se.lth.cs.nlp.nlputils.ml.PairwiseClassifier extends Classifier<T> implements Serializable

serialVersionUID: 0L

Serialized Fields

nclasses

int nclasses

subClassifiers

BinaryNumericClassifier<T>[] subClassifiers

outValues

Object[][] outValues

encoding

NumericEncoding encoding

Class se.lth.cs.nlp.nlputils.ml.ProbabilityClassifier extends Classifier<T> implements Serializable


Package se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm

Class se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm.svm_model extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

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

Class se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm.svm_node extends Object implements Serializable

Serialized Fields

index

int index

value

double value

Class se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm.svm_parameter extends Object implements Serializable

Serialized Fields

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