A B C D E F G H I J K L M N O P Q R S T U V W X Y _

E

EMPTY - Static variable in class pt.tumba.ngram.bayes.Bucket
 
EMPTY_SET - Static variable in class pt.tumba.ngram.compression.ByteSet
An empty set.
EOF - Variable in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
EOF - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
EOF - Static variable in interface pt.tumba.ngram.compression.ArithCodeModel
Symbol denoting end-of-file.
EOF_INDEX - Static variable in class pt.tumba.ngram.compression.AdaptiveUnigramModel
Index in the count array for the end-of-file outcome.
EOF_INDEX - Static variable in class pt.tumba.ngram.compression.ExcludingAdaptiveUnigramModel
Index in the count array for the end-of-file outcome.
EOF_INDEX - Static variable in class pt.tumba.ngram.compression.UniformModel
Index in the implicit count array for the end-of-file outcome.
EOT - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
EPSILON_CONTAMINATED - Static variable in class pt.tumba.ngram.bayes.InferenceGraph
 
EPSILON_CONTAMINATED - Static variable in class pt.tumba.ngram.bayes.QuasiBayesNet
 
EPSILON_SVR - Static variable in class pt.tumba.ngram.svm.SVMParameter
SVM formulation type type Epsilon-Support Vector regresion
EQUAL - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
ERROR - Static variable in class pt.tumba.ngram.bayes.Bracketing
 
ESCAPE - Static variable in interface pt.tumba.ngram.compression.ArithCodeModel
Symbol denoting an escape, meaning that the outcome symbol has no interval in the current context.
EXACT_ROOT_FOUND - Static variable in class pt.tumba.ngram.bayes.Bracketing
 
EXPECTATION - Static variable in class pt.tumba.ngram.bayes.InferenceGraph
 
EXPECTED_VALUE - Static variable in class pt.tumba.ngram.bayes.Expectation
 
EXPLANATION - Static variable in class pt.tumba.ngram.bayes.Inference
 
EXPLANATION - Static variable in class pt.tumba.ngram.bayes.InferenceGraph
 
EXPONENT - Variable in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
EXPONENT - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
EntryProfile - Class in pt.tumba.ngram
A Profile stores N-gram frequency information for a given textual string.
EntryProfile(InputStream) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EntryProfile(InputStream, int) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EntryProfile(InputStream, int, int) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EntryProfile(String) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EntryProfile(String, int) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EntryProfile(String, int, int) - Constructor for class pt.tumba.ngram.EntryProfile
Constructor for the EntryProfile object.
EpsilonContaminatedSet - Class in pt.tumba.ngram.bayes
 
EpsilonContaminatedSet(ProbabilityFunction, double) - Constructor for class pt.tumba.ngram.bayes.EpsilonContaminatedSet
Constructor for an EpsilonContaminatedSet ProbabilityFunction object and given epsilon.
ExcludingAdaptiveUnigramModel - Class in pt.tumba.ngram.compression
Package class for use by the PPMModel.
ExcludingAdaptiveUnigramModel() - Constructor for class pt.tumba.ngram.compression.ExcludingAdaptiveUnigramModel
Construct an excluding adaptive unigram model.
ExpandBuff(boolean) - Method in class pt.tumba.ngram.bayes.ASCII_CharStream
 
ExpandBuff(boolean) - Method in class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
Expectation - Class in pt.tumba.ngram.bayes
 
Expectation(BayesNet, boolean) - Constructor for class pt.tumba.ngram.bayes.Expectation
Constructor for an Expectation.
Explanation - Class in pt.tumba.ngram.bayes
 
Explanation(BayesNet) - Constructor for class pt.tumba.ngram.bayes.Explanation
Constructor for an Explanation.
elapsed(long) - Static method in class pt.tumba.ngram.compression.Test
Return elapsed time since specified time in milliseconds (1/1000 second).
elements() - Method in class pt.tumba.ngram.bayes.InferenceGraph
Get the nodes in the network as an Enumeration object.
enable_tracing() - Method in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
enable_tracing() - Method in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
encode(int) - Method in class pt.tumba.ngram.compression.ArithCodeOutputStream
Writes encoded symbol after necessary escapes to the underlying encoder.
encode(int[]) - Method in class pt.tumba.ngram.compression.ArithEncoder
Encodes an interval expressed as a low count, high count and total count in an array {low,high,total}.
encode(int, int, int) - Method in class pt.tumba.ngram.compression.ArithEncoder
Encodes an interval expressed as a low count, high count and total count.
endColumn - Variable in class pt.tumba.ngram.bayes.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class pt.tumba.ngram.bayes.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endOfStream() - Method in class pt.tumba.ngram.compression.ArithDecoder
Returns true if the end of stream has been reached and there are no more symbols to decode.
endOfStream() - Method in class pt.tumba.ngram.compression.BitInput
Returns true if all of the available bits have been read.
entries - Variable in class pt.tumba.ngram.bayes.IFProbabilityEntry
 
entries - Variable in class pt.tumba.ngram.bayes.IFProbabilityFunction
 
eol - Variable in exception pt.tumba.ngram.bayes.ParseException
The end of line string for this machine.
eps - Variable in class pt.tumba.ngram.svm.SVMParameter
The stopping criteria
eps - Variable in class pt.tumba.ngram.svm.Solver
 
epsilon - Variable in class pt.tumba.ngram.bayes.EpsilonContaminatedSet
 
epsilon - Variable in class pt.tumba.ngram.bayes.TotalVariationSet
 
equals(byte[], int, int) - Method in class pt.tumba.ngram.NGram
Compares this N-gram with another one supplied as an array of bytes.
equals(Object) - Method in class pt.tumba.ngram.NGram
Compares this N-gram with another Object (checking if its an N-gram object being compared).
errorCode - Variable in error pt.tumba.ngram.bayes.TokenMgrError
Indicates the reason why the exception is thrown.
errorMsg - Variable in class pt.tumba.ngram.svm.SVMCategorizer
 
escaped(int) - Method in class pt.tumba.ngram.compression.AdaptiveUnigramModel
Returns true if current context has no count interval for given symbol.
escaped(int) - Method in interface pt.tumba.ngram.compression.ArithCodeModel
Returns true if current context has no count interval for given symbol.
escaped(int) - Method in class pt.tumba.ngram.compression.PPMModel
Returns true if current context has no count interval for given symbol.
escaped(int) - Method in class pt.tumba.ngram.compression.UniformModel
Returns true if current context has no count interval for given symbol.
evaluate(DiscreteVariable[], int[]) - Method in class pt.tumba.ngram.bayes.DiscreteFunction
Evaluate a function given a (possibly partial) instantiation of variables through the indexes.
evaluate(String[][]) - Method in class pt.tumba.ngram.bayes.ProbabilityFunction
Evaluate a function given a list of pairs (Variable Value) which specifies a value of the function.
evaluate(int[]) - Method in class pt.tumba.ngram.bayes.ProbabilityFunction
Evaluate a function given a (possibly partial) instantiation of variables through the markers.
evaluate(String[][], int) - Method in class pt.tumba.ngram.bayes.VertexSet
Evaluate a function given a list of pairs (Variable Value) which specifies a value of the function, and the index of the extreme distribution to consider.
exchangePos(List, int, int) - Static method in class pt.tumba.ngram.blr.BayesianLogReg
Exchange two values in a list
exchangePos(List, int, int) - Static method in class pt.tumba.ngram.svm.SVMCategorizer
Exchange two values in a list
exclude(int) - Method in class pt.tumba.ngram.compression.AdaptiveUnigramModel
Excludes outcome from occurring in next estimate.
exclude(int) - Method in interface pt.tumba.ngram.compression.ArithCodeModel
Excludes outcome from occurring in next estimate.
exclude(int) - Method in class pt.tumba.ngram.compression.PPMModel
Excludes outcome from occurring in next estimate.
exclude(ByteSet) - Method in class pt.tumba.ngram.compression.PPMModel
Exclude all of the bytes in the specified byte set.
exclude(int) - Method in class pt.tumba.ngram.compression.UniformModel
Excludes outcome from occurring in next estimate.
exitWithHelp() - Static method in class pt.tumba.ngram.svm.SVMCategorizer
 
expectation() - Method in class pt.tumba.ngram.bayes.Expectation
Calculation of Expectation.
expectation(String) - Method in class pt.tumba.ngram.bayes.Expectation
Calculation of Expectation.
expectation(String[]) - Method in class pt.tumba.ngram.bayes.Expectation
Perform calculation of expectation given order.
expectation(int) - Method in class pt.tumba.ngram.bayes.Expectation
Calculation of Expectation.
expectation(int, String) - Method in class pt.tumba.ngram.bayes.Expectation
Calculation of Expectation.
expectation(int, String[]) - Method in class pt.tumba.ngram.bayes.Expectation
Calculation of expectation given order.
expectation(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.Expectation
Do the Expectation, assuming the input DiscreteFunction is a function only of the queried variable.
expectation(DiscreteFunction, String) - Method in class pt.tumba.ngram.bayes.Expectation
Do the Expectation, assuming the input DiscreteFunction is a function only of the queried variable.
expectation(DiscreteFunction, String[]) - Method in class pt.tumba.ngram.bayes.Expectation
Do the Expectation given order, assuming the input DiscreteFunction is a function only of the queried variable.
expectation_with_local_neighborhoods(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.QuasiBayesExpectation
 
expectation_without_local_neighborhoods(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.QuasiBayesExpectation
 
expectedTokenSequences - Variable in exception pt.tumba.ngram.bayes.ParseException
Each entry in this array is an array of integers.
expected_value(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.ProbabilityFunction
Obtain expected value of a DiscreteFunction The current implementation is very limited; it assumes that both the ProbabilityFunction object and the DiscreteFunctions object has a single variable, and the variable must be the same for both functions.
expected_values(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.ConstantDensityRatioSet
Perform calculation of expected value for density ratio.
expected_values(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.EpsilonContaminatedSet
Perform calculation of expected value.
expected_values(DiscreteFunction) - Method in class pt.tumba.ngram.bayes.TwoMonotoneCapacity
 
explanation() - Method in class pt.tumba.ngram.bayes.Explanation
Calculation of an Explanation.
explanation(int) - Method in class pt.tumba.ngram.bayes.Explanation
Calculation of an Explanation accordingly to the flag explanation_status.
explanation(String[]) - Method in class pt.tumba.ngram.bayes.Explanation
Calculation of an Explanation given order.
explanation(String[], int) - Method in class pt.tumba.ngram.bayes.Explanation
Calculation of an Explanation accordingly to the flag explanation_status.
explanation_index - Variable in class pt.tumba.ngram.bayes.ProbabilityVariable
 
explanation_property_name - Static variable in class pt.tumba.ngram.bayes.ProbabilityVariable
 
explanation_status - Variable in class pt.tumba.ngram.bayes.BucketTree
 
explanation_status - Variable in class pt.tumba.ngram.bayes.Ordering
 
extreme_points - Variable in class pt.tumba.ngram.bayes.VertexSet
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _