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 _

A

ACCURACY - Static variable in class pt.tumba.ngram.bayes.ConstantDensityRatioSet
 
ACCURACY - Static variable in class pt.tumba.ngram.bayes.TwoMonotoneCapacity
 
AFFECTING_VARIABLES - Static variable in class pt.tumba.ngram.bayes.DSeparation
 
APPROXIMATE_ROOT_FOUND - Static variable in class pt.tumba.ngram.bayes.Bracketing
 
ASCII_CharStream - Class in pt.tumba.ngram.bayes
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int, int) - Constructor for class pt.tumba.ngram.bayes.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int) - Constructor for class pt.tumba.ngram.bayes.ASCII_CharStream
 
ASCII_UCodeESC_CharStream - Class in pt.tumba.ngram.bayes
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
ATTRIBUTE_STRING - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
AdaptiveUnigramModel - Class in pt.tumba.ngram.compression
Provides an adaptive model based on bytes observed in the input stream.
AdaptiveUnigramModel() - Constructor for class pt.tumba.ngram.compression.AdaptiveUnigramModel
Construct an adaptive unigram model, initializing all byte counts and end-of-file to 1.
AdjustBuffSize() - Method in class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
ArithCodeInputStream - Class in pt.tumba.ngram.compression
An input stream which uses a statistical model and arithmetic coding for decompression of encoded bytes read from an underlying input stream.
ArithCodeInputStream(ArithDecoder, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeInputStream
Construct an arithmetic coded input stream from a specified arithmetic decoder and a statistical model.
ArithCodeInputStream(BitInput, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeInputStream
Construct an arithmetic coded input stream from a specified bit input and a statistical model.
ArithCodeInputStream(BufferedInputStream, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeInputStream
Construct an arithmetic coded input stream from a specified buffered input stream and a statistical model.
ArithCodeInputStream(InputStream, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeInputStream
Construct an arithmetic coded input stream from a specified input stream and a statistical model.
ArithCodeModel - Interface in pt.tumba.ngram.compression
Interface for an adaptive statistical model of a stream to be used as a basis for arithmetic coding and decoding.
ArithCodeOutputStream - Class in pt.tumba.ngram.compression
A filter output stream which uses a statistical model and arithmetic coding for compression of bytes read from an underlying arithmetic encoder.
ArithCodeOutputStream(ArithEncoder, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeOutputStream
Construct an output stream that writes to the specified output events with the given arithmetic encoder with the given statistical model.
ArithCodeOutputStream(BitOutput, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeOutputStream
Construct an output stream that writes to the specified bit output using arithmetic coding with the given statistical model.
ArithCodeOutputStream(BufferedOutputStream, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeOutputStream
Construct an output stream that writes to the specified buffered output stream using arithmetic coding with the given statistical model.
ArithCodeOutputStream(OutputStream, ArithCodeModel) - Constructor for class pt.tumba.ngram.compression.ArithCodeOutputStream
Construct an output stream that writes to the specified output stream using arithmetic coding with the given statistical model.
ArithDecoder - Class in pt.tumba.ngram.compression
Performs arithmetic decoding, converting bit input into cumulative probability interval output.
ArithDecoder(BitInput) - Constructor for class pt.tumba.ngram.compression.ArithDecoder
Construct an arithmetic decoder that reads from the given bit input.
ArithDecoder(InputStream) - Constructor for class pt.tumba.ngram.compression.ArithDecoder
Construct an arithmetic decoder that reads from the given input stream.
ArithEncoder - Class in pt.tumba.ngram.compression
Performs arithmetic encoding, converting cumulative probability interval input into bit output.
ArithEncoder(BitOutput) - Constructor for class pt.tumba.ngram.compression.ArithEncoder
Construct an arithmetic coder from a bit output.
ArithEncoder(OutputStream) - Constructor for class pt.tumba.ngram.compression.ArithEncoder
Construct an arithmetic coder from an output stream.
above - Variable in class pt.tumba.ngram.bayes.DSeparation
 
activeSet - Variable in class pt.tumba.ngram.svm.Solver
 
activeSize - Variable in class pt.tumba.ngram.svm.Solver
 
active_bucket - Variable in class pt.tumba.ngram.bayes.BucketTree
 
add(IFProbabilityVariable) - Method in class pt.tumba.ngram.bayes.IFBayesNet
Method that adds a ProbabilityVariable object to the vector of variables.
add(IFProbabilityFunction) - Method in class pt.tumba.ngram.bayes.IFBayesNet
Method that adds a IFProbabilityFunction object to the vector of functions.
add(int) - Method in class pt.tumba.ngram.compression.ByteSet
Adds a byte, specified as an integer, to this set.
add(byte) - Method in class pt.tumba.ngram.compression.ByteSet
Add a byte to this set.
add(ByteSet) - Method in class pt.tumba.ngram.compression.ByteSet
Adds all the members of specified set to this set.
addEscapes(String) - Static method in error pt.tumba.ngram.bayes.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addProfile(Profile) - Method in class pt.tumba.ngram.NGramCathegorizer
Add a new Profiles to the list of models.
add_bucket_tree() - Method in class pt.tumba.ngram.bayes.Inference
 
add_escapes(String) - Method in exception pt.tumba.ngram.bayes.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_function_property(String) - Method in class pt.tumba.ngram.bayes.InferenceGraphNode
Add a property from to function.
add_network_property(String) - Method in class pt.tumba.ngram.bayes.InferenceGraph
Add a property to the network.
add_property(String) - Method in class pt.tumba.ngram.bayes.BayesNet
Add a property.
add_property(String) - Method in class pt.tumba.ngram.bayes.ProbabilityFunction
Add a property to the current ProbabilityFunction.
add_property(String) - Method in class pt.tumba.ngram.bayes.ProbabilityVariable
Add a property to the current ProbabilityVariable.
add_variable_property(String) - Method in class pt.tumba.ngram.bayes.InferenceGraphNode
Add a property to a variable.
adj(int, int, int) - Method in class pt.tumba.ngram.bayes.DSeparation
 
adjustBeginLineColumn(int, int) - Method in class pt.tumba.ngram.bayes.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
all_affecting(int) - Method in class pt.tumba.ngram.bayes.DSeparation
Returns a list of all variables whose distributions can affect the marginal posterior of a given variable.
all_connected(int) - Method in class pt.tumba.ngram.bayes.DSeparation
Return a list of all variables that are d-connected to a given variable.
alpha - Variable in class pt.tumba.ngram.svm.SVM.decisionFunction
The apha parameters.
alpha - Variable in class pt.tumba.ngram.svm.Solver
 
alphaStatus - Variable in class pt.tumba.ngram.svm.Solver
 
areClustersProduced() - Method in class pt.tumba.ngram.bayes.Inference
Get the status of the clustering process.
are_local_credal_sets_present() - Method in class pt.tumba.ngram.bayes.QuasiBayesNet
Indicate whether or not there are local credal sets defined in the network.
arg - Variable in class pt.tumba.ngram.bayes.JJXMLBIFv03Calls
 
auxiliary_variable - Variable in class pt.tumba.ngram.bayes.VertexSet
 
available - Variable in class pt.tumba.ngram.bayes.ASCII_CharStream
 
available - Variable in class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
available() - Method in class pt.tumba.ngram.compression.ArithCodeInputStream
Returns 1 if there is at least one byte available to be read and returns 0 otherwise.
available() - Method in class pt.tumba.ngram.compression.BitInput
Returns number of bits available for reading.

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 _