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

R

RandomMT - Class in csli.util.math
Implementation of the Mersenne Twister algorithm for generating high quality random numbers.
RandomMT() - Constructor for class csli.util.math.RandomMT
Create a new RandomMT, taking the seed from current time.
RandomMT(boolean) - Constructor for class csli.util.math.RandomMT
Create a new RandomMT, taking the seed from /dev/random or /dev/urandom.
RandomMT(long) - Constructor for class csli.util.math.RandomMT
Create a new RandomMT with the given 64 bit seed.
RandomMT(byte[]) - Constructor for class csli.util.math.RandomMT
Create a new RandomMT with the given byte array as seed.
Range - Class in csli.util.collections
Represents an arithmetic sequence of integers.
Range(int, int, int) - Constructor for class csli.util.collections.Range
 
Range(int, int) - Constructor for class csli.util.collections.Range
 
Range(int) - Constructor for class csli.util.collections.Range
 
rawSynonymCompare(Collection, Collection) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of members of bag which are synonyms of elements in key
rawSynonymCompare(String, String) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of members of bag which are synonyms of elements in key
rawWordCompare(Collection, Collection) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of members of bag which are also in key
rawWordCompare(String, String) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of members of bag which are also in key
readFile(String) - Static method in class csli.util.FileUtils
Read a file's contents into a string.
readLine() - Method in class csli.util.file.DelimitedLineReader
 
readLine() - Method in class csli.util.file.LineReader
Returns the line, not including terminating characters.
readLine(String) - Method in interface csli.util.FileUtils.LineReader
 
readLine(String) - Method in interface csli.util.FileUtils.ObjectReader
 
readLinesFromFile(String, FileUtils.LineReader) - Static method in class csli.util.FileUtils
Open a file and read one line at a time, processing it using something derived from a LineReader.
readObjectsFromFile(String, FileUtils.ObjectReader<E>) - Static method in class csli.util.FileUtils
 
recall(int[][]) - Static method in class csli.util.stat.ClassificationAgreement
Evaluates positive recall in a binary classification ref/hyp contingency table.
recall(int[][], int) - Static method in class csli.util.stat.ClassificationAgreement
Evaluates the recall of particular class in a multi-class classification.
RED - Static variable in class csli.util.Enum.Color
 
RED - Static variable in class csli.util.Enum.IntEnum
 
ref() - Method in class csli.util.math.matrix.AbstractMatrix
row echelon form.
ref() - Method in interface csli.util.math.matrix.Matrix
Use Gaussian elimination to put the matrix in row echelon form.
refClassSum(int[][], int) - Static method in class csli.util.stat.ClassificationAgreement
Sum the number of classifications the reference annotation made for the given class.
ReflectionHelpers - Class in csli.util.reflection
Provides helpful routines for reflection.
ReflectionHelpers() - Constructor for class csli.util.reflection.ReflectionHelpers
 
ReflectionHelpers2 - Class in csli.util.reflection
ClassUtil file contains code used for loading all implementations of specified interface or abstract class found in classpath.
ReflectionHelpers2() - Constructor for class csli.util.reflection.ReflectionHelpers2
 
ReflectionHelpers2.ClassComparator<C extends Class> - Class in csli.util.reflection
In a few cases classes have to be kept in Set.
ReflectionHelpers2.ClassComparator() - Constructor for class csli.util.reflection.ReflectionHelpers2.ClassComparator
 
registerPanel(Object, WizardPanelDescriptor) - Method in class csli.util.swing.wizard.WizardModel
Registers the WizardPanelDescriptor in the model using the Object-identifier specified.
registerWizardPanel(Object, WizardPanelDescriptor) - Method in class csli.util.swing.wizard.Wizard
Add a Component as a panel for the wizard dialog by registering its WizardPanelDescriptor object.
release() - Method in class csli.util.thread.AsynchResult
If the result hasn't been set yet, sets it to null and releases a client if it's waiting.
remove(int) - Method in class csli.util.collections.CurrentList
 
remove(Object, Object) - Method in class csli.util.collections.map.AbstractPairMap
 
remove(Object, Object) - Method in class csli.util.collections.map.MultiMap
 
remove(Object) - Method in class csli.util.collections.map.MultiMap
 
remove(Object, Object) - Method in interface csli.util.collections.map.PairMap
 
remove(Object) - Method in class csli.util.collections.MapList
Removes the key and the associated value from both the map and the lists.
remove(int) - Method in class csli.util.collections.MapList
Removes the key and value at index from the list, and the pair from the map.
remove(int) - Method in class csli.util.collections.SparseList
 
remove(Collection<String>) - Static method in class csli.util.nlp.StopWords
Remove stop words from a Collection of String words
remove(String[]) - Static method in class csli.util.nlp.StopWords
Remove stop words from an array of String words
remove(String) - Static method in class csli.util.nlp.StopWords
Remove stop words from a whitespace-separated String of words
removeAllExamples() - Method in class csli.util.classify.berkeley.TrainingType
Removes all of the examples from this training class.
removeEmptyLeaves() - Method in class csli.dialog.core.util.Term
Returns a new term based on this one, with no empty leaves.
removeLayoutComponent(Component) - Method in class csli.util.swing.LayoutAdapter
 
removeMonitorEventListener(SimpleThreadCPUMonitor.CPUMonitorEventListener) - Method in class csli.util.cpu.SimpleThreadCPUMonitor
Removes the listener from the list.
removeNumbers(String, String) - Static method in class csli.util.StringHelper
Removes all the numbers from the string.
removePropertyChangeListener(PropertyChangeListener) - Method in class csli.util.swing.wizard.WizardModel
 
removeType(String) - Method in class csli.util.classify.berkeley.TrainingSet
Removes the set of training data for class s.
removeUpdate(DocumentEvent) - Method in class csli.util.swing.FilterListModel
 
replace(String, String, String) - Static method in class csli.util.StringHelper
Replace occurrences of a substring.
replaceChildren(Term, Term) - Method in class csli.dialog.core.util.Term
Returns a new functor identical to this one, but with all functors matching the equal to oldFn replaced with newFn.
requests - Variable in class csli.util.socket.SocketServer
 
RESULT_EXT - Static variable in class csli.util.classify.stanford.SvmLightClassifierFactory
 
resultExt - Static variable in class csli.util.classify.stanford.C4_5ClassifierFactory
 
ROUND - Static variable in class csli.dialog.core.util.Term
 
rows() - Method in class csli.util.math.matrix.AbstractMatrix
 
rows() - Method in interface csli.util.math.matrix.Matrix
 
rref() - Method in class csli.util.math.matrix.AbstractMatrix
Puts this matrix in reduced row echelon form using Gauss-Jordan elimination.
rref() - Method in interface csli.util.math.matrix.Matrix
Puts this matrix in reduced row echelon form using Gauss-Jordan elimination.
run() - Method in class csli.util.cpu.SimpleThreadCPUMonitor
This class is a thread, and this is the main function that will be called when .start() is called on this object.
run() - Method in class csli.util.socket.BasicHttpServer
 
run() - Method in class csli.util.thread.KillProcess
 
run() - Method in class csli.util.thread.ProcessingQueue.ProcessLoop
 
run() - Method in class csli.util.thread.RuntimeExecuteWrapper
The main run method which will (on a seperate thread) call Runtime.exec() with the values passed into the constructor.
run() - Method in class csli.util.thread.RuntimeExecuteWrapper.RuntimeStreamReader
Actually contains the infinite loop to read from the InputStream and optionally redirect to some OutputStream.
runtimeExecCallback() - Method in class csli.util.thread.RuntimeExecuteWrapper.RuntimeExecuteWrapperCallback
 
RuntimeExecuteWrapper - Class in csli.util.thread
This is a wrapper around System.getRuntime().exec() that will automatically handle reading from the input/output streams to avoid possible blocks and deadlocks, as mentioned (though not emphasized enough) in the Process class javadoc: "Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the input stream or read the output stream of the subprocess may cause the subprocess to block, and even deadlock." Most calls to System.getRuntime().exec() run without problem, but if you find that it fails by blocking or deadlocking, this class is the answer to your problem.
RuntimeExecuteWrapper(String, File) - Constructor for class csli.util.thread.RuntimeExecuteWrapper
Basic constructor taking the cmd to execute and a working directory
RuntimeExecuteWrapper(String, File, RuntimeExecuteWrapper.RuntimeExecuteWrapperCallback) - Constructor for class csli.util.thread.RuntimeExecuteWrapper
Constructor taking the cmd to execute and a working directory, as well as a callback object which will be called on when the cmd finishes.
RuntimeExecuteWrapper.RuntimeExecuteWrapperCallback - Class in csli.util.thread
An easy way to get a callback after a process is done executing.
RuntimeExecuteWrapper.RuntimeExecuteWrapperCallback() - Constructor for class csli.util.thread.RuntimeExecuteWrapper.RuntimeExecuteWrapperCallback
 
RuntimeExecuteWrapper.RuntimeStreamReader - Class in csli.util.thread
Small class which will (on a new thread) constantly read from an input stream so that it never fills up (thereby causing problems for the runtime program).
RuntimeExecuteWrapper.RuntimeStreamReader(InputStream, String) - Constructor for class csli.util.thread.RuntimeExecuteWrapper.RuntimeStreamReader
Simple constructor.
RuntimeExecuteWrapper.RuntimeStreamReader(InputStream, String, OutputStream) - Constructor for class csli.util.thread.RuntimeExecuteWrapper.RuntimeStreamReader
This takes an InputStream to continually read from, a string name for that stream, and an OutputStream which we redirect the InputStream to.

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