Serialized Form


Package pt.tumba.ngram

Class pt.tumba.ngram.TCatNGException extends java.lang.Exception implements Serializable

Serialized Fields

msg

java.lang.String msg
The Exception message


Package pt.tumba.ngram.bayes

Class pt.tumba.ngram.bayes.BayesNet extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

properties

java.util.Vector<E> properties

probability_variables

ProbabilityVariable[] probability_variables

probability_functions

ProbabilityFunction[] probability_functions

utility_function

DiscreteFunction utility_function

Class pt.tumba.ngram.bayes.ConstantDensityBoundedSet extends TwoMonotoneCapacity implements Serializable

Serialized Fields

k

double k
The "size" of the density bounded class.

Class pt.tumba.ngram.bayes.ConstantDensityRatioSet extends FinitelyGeneratedSet implements Serializable

Serialized Fields

k

double k

temporary_discrete_function

DiscreteFunction temporary_discrete_function

Class pt.tumba.ngram.bayes.DiscreteFunction extends java.lang.Object implements Serializable

Serialized Fields

variables

DiscreteVariable[] variables

values

double[] values

Class pt.tumba.ngram.bayes.DiscreteVariable extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

index

int index

values

java.lang.String[] values

Class pt.tumba.ngram.bayes.EpsilonContaminatedSet extends FinitelyGeneratedSet implements Serializable

Serialized Fields

epsilon

double epsilon

Class pt.tumba.ngram.bayes.IFException extends java.lang.Exception implements Serializable

Class pt.tumba.ngram.bayes.ParseException extends IFException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class pt.tumba.ngram.bayes.ProbabilityFunction extends DiscreteFunction implements Serializable

Serialized Fields

properties

java.util.Vector<E> properties

bn

BayesNet bn

Class pt.tumba.ngram.bayes.ProbabilityVariable extends DiscreteVariable implements Serializable

Serialized Fields

type

int type

observed_index

int observed_index

explanation_index

int explanation_index

properties

java.util.Vector<E> properties

bn

BayesNet bn

Class pt.tumba.ngram.bayes.QBProbabilityFunction extends ProbabilityFunction implements Serializable

Serialized Fields

lower_envelope

double[] lower_envelope

upper_envelope

double[] upper_envelope

Class pt.tumba.ngram.bayes.QuasiBayesNet extends BayesNet implements Serializable

Serialized Fields

global_neighborhood_type

int global_neighborhood_type

global_neighborhood_parameter

double global_neighborhood_parameter

Class pt.tumba.ngram.bayes.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class pt.tumba.ngram.bayes.TotalVariationSet extends TwoMonotoneCapacity implements Serializable

Serialized Fields

epsilon

double epsilon

Class pt.tumba.ngram.bayes.TwoMonotoneCapacity extends FinitelyGeneratedSet implements Serializable

Serialized Fields

temporary_discrete_function

DiscreteFunction temporary_discrete_function

Class pt.tumba.ngram.bayes.VertexSet extends FinitelyGeneratedSet implements Serializable

Serialized Fields

auxiliary_variable

ProbabilityVariable auxiliary_variable

extreme_points

double[][] extreme_points