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

W

waitForResult() - Method in class csli.util.thread.AsynchResult
Blocks until a result is available, and then returns it.
waitUntil(Predicate) - Static method in class csli.util.thread.ThreadUtils
Blocks the current thread until predicate p becomes true.
waitUntil(Predicate, int, int) - Static method in class csli.util.thread.ThreadUtils
Blocks the current thread until predicate p becomes true, or the timeout expires.
walkInDirForFiles(File, Set<String>) - Static method in class csli.util.reflection.ReflectionHelpers2
Fills the set with the files in the specified path.
warn(boolean, String) - Static method in class csli.util.A
Issues a warning and prints the stack trace element
warn(String) - Static method in class csli.util.A
 
WeightedWindowClassifier - Class in csli.util.classify.stanford
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
WeightedWindowClassifier(double[], int, double, boolean) - Constructor for class csli.util.classify.stanford.WeightedWindowClassifier
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
WeightedWindowClassifierFactory - Class in csli.util.classify.stanford
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
WeightedWindowClassifierFactory(int, boolean) - Constructor for class csli.util.classify.stanford.WeightedWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
WeightedWindowClassifierFactory(double[], int, double, boolean) - Constructor for class csli.util.classify.stanford.WeightedWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
WeightedWindowClassifierFactory(List<Double>, int, double, boolean) - Constructor for class csli.util.classify.stanford.WeightedWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but classifies in a naive way, by applying a fixed set of filter weights to the features (which must be numerical) and then checking the sum (or max) against a threshold.
width() - Method in class csli.util.classify.stanford.WindowBuffer
 
WindowBuffer - Class in csli.util.classify.stanford
A 2-dimensional buffer which efficiently calculates the column rows/sums during the shift/add operation
WindowBuffer(int, int) - Constructor for class csli.util.classify.stanford.WindowBuffer
A 2-dimensional buffer
windowClosing(WindowEvent) - Method in class csli.util.swing.wizard.Wizard
If the user presses the close box on the dialog's window, treat it as a cancel.
windowDiff(double, double, double, double[], double[]) - Static method in class csli.util.stat.SegmentationAgreement
The WindowDiff metric from Pevzner and Hearst, Computational Linguistics, vol.
windowDiffEven(double, double, double, double[], double[]) - Static method in class csli.util.stat.SegmentationAgreement
The WindowDiff metric from Pevzner and Hearst.
WindowsCPUInterface - Class in csli.util.cpu
This is a very simple interface for getting CPUTimeEntry's, which is a very small object containing the currentTimeMillis() and a measurement of the CPU usage by the current process (as made by the OS).
WindowsCPUInterface.CPUTimeEntry - Class in csli.util.cpu
Simple class that holds two longs representing a moment of cpu time.
Wizard - Class in csli.util.swing.wizard
This class implements a basic wizard dialog, where the programmer can insert one or more Components to act as panels.
Wizard() - Constructor for class csli.util.swing.wizard.Wizard
Default constructor.
Wizard(Dialog) - Constructor for class csli.util.swing.wizard.Wizard
This method accepts a java.awt.Dialog object as the javax.swing.JDialog's parent.
Wizard(Frame) - Constructor for class csli.util.swing.wizard.Wizard
This method accepts a java.awt.Frame object as the javax.swing.JDialog's parent.
WizardController - Class in csli.util.swing.wizard
This class is responsible for reacting to events generated by pushing any of the three buttons, 'Next', 'Previous', and 'Cancel.' Based on what button is pressed, the controller will update the model to show a new panel and reset the state of the buttons as necessary.
WizardController(Wizard) - Constructor for class csli.util.swing.wizard.WizardController
This constructor accepts a reference to the Wizard component that created it, which it uses to update the button components and access the WizardModel.
WizardModel - Class in csli.util.swing.wizard
The model for the Wizard component, which tracks the text, and enabled state of each of the buttons, as well as the current panel that is displayed.
WizardModel() - Constructor for class csli.util.swing.wizard.WizardModel
Default constructor.
WizardPanelDescriptor - Class in csli.util.swing.wizard
A base descriptor class used to reference a Component panel for the Wizard, as well as provide general rules as to how the panel should behave.
WizardPanelDescriptor() - Constructor for class csli.util.swing.wizard.WizardPanelDescriptor
Default constructor.
WizardPanelDescriptor(Object, Component) - Constructor for class csli.util.swing.wizard.WizardPanelDescriptor
Constructor which accepts both the Object-based identifier and a reference to the Component class which makes up the panel.
WizardPanelNotFoundException - Exception in csli.util.swing.wizard
 
WizardPanelNotFoundException() - Constructor for exception csli.util.swing.wizard.WizardPanelNotFoundException
 
WorldMap - Class in csli.util.search
Sample application using the Search class.
WorldMap() - Constructor for class csli.util.search.WorldMap
 
write(E) - Method in interface csli.util.FileUtils.Writer
 
writeObjectsToFile(String, Iterable<E>, FileUtils.Writer<E>, boolean) - Static method in class csli.util.FileUtils
Iterates over objects, writing each object successively to a file.
writeObjectsToFile(String, Iterable<E>, boolean) - Static method in class csli.util.FileUtils
 
writeObjectsToFile(String, Iterable<E>) - Static method in class csli.util.FileUtils
 
writeObjectsToFile(String, Iterable<E>, FileUtils.Writer<E>) - Static method in class csli.util.FileUtils
 
writePitchVectorFile(File, File) - Static method in class csli.util.PraatUtils
Parses a praat pitch file as input and writes a raw vector-of-doubles file with the first pitch candidates only.
writeStringToFile(String, String) - Static method in class csli.util.FileUtils
Writes a string to a file.

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