Serialized Form


Package classification

Class classification.CompleteFeatureFunction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

defalutFeatureIndex

int defalutFeatureIndex
this is the last feature for each y


numY

int numY

Package sequence

Class sequence.LinearTagger extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Throws:
IOException
Serialized Fields

w

double[] w

yAlphabet

Alphabet yAlphabet

xAlphabet

Alphabet xAlphabet

fxy

SequenceFeatureFunction fxy

Class sequence.OneYwithXFeatureFunction extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

xAsize

int xAsize

yAsize

int yAsize

Class sequence.TwoYwithXFeatureFunction extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

xAsize

int xAsize

yAsize

int yAsize

numInputs

int numInputs

Package types

Class types.Alphabet extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

feat2index

gnu.trove.TObjectIntHashMap feat2index

index2feat

ArrayList<E> index2feat

canGrow

boolean canGrow



Copyright © 2009. All Rights Reserved.