Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
C
C4_5Classifier
- Class in
csli.util.classify.stanford
A wrapper for Ross Quinlan's C4.5 decision tree-based classifier (see http://www.rulequest.com/Personal/)
C4_5Classifier(String, String)
- Constructor for class csli.util.classify.stanford.
C4_5Classifier
C4_5ClassifierFactory
- Class in
csli.util.classify.stanford
C4_5ClassifierFactory(String)
- Constructor for class csli.util.classify.stanford.
C4_5ClassifierFactory
C4_5ClassifierFactory(String, ArrayList<String>)
- Constructor for class csli.util.classify.stanford.
C4_5ClassifierFactory
C4_5Learner
- Class in
csli.util.classify.berkeley
Interface for C4.5 decision tree learner/classifier
C4_5Learner()
- Constructor for class csli.util.classify.berkeley.
C4_5Learner
calculateCPUUsage(WindowsCPUInterface.CPUTimeEntry, WindowsCPUInterface.CPUTimeEntry)
- Static method in class csli.util.cpu.
WindowsCPUInterface
Simple static function that takes two CPUTimeEntry's and returns the percent CPU usage as a double.
CallDetective
- Class in
csli.util
Returns a caller function
CallDetective()
- Constructor for class csli.util.
CallDetective
CANCEL_BUTTON_ACTION_COMMAND
- Static variable in class csli.util.swing.wizard.
Wizard
The String-based action command for the 'Cancel' button.
CANCEL_BUTTON_ENABLED_PROPERTY
- Static variable in class csli.util.swing.wizard.
WizardModel
Property identification String for the Cancel button's enabled state
CANCEL_BUTTON_TEXT_PROPERTY
- Static variable in class csli.util.swing.wizard.
WizardModel
Property identification String for the Cancel button's text
CANCEL_RETURN_CODE
- Static variable in class csli.util.swing.wizard.
Wizard
Indicates that the 'Cancel' button was pressed to close the dialog, or the user pressed the close box in the corner of the window.
capitalize(String)
- Static method in class csli.util.
StringUtils
Capitalize the first character in a string.
ceiling(double)
- Static method in class csli.util.math.
MathUtil
changedUpdate(DocumentEvent)
- Method in class csli.util.swing.
FilterListModel
changeLabelMode(boolean)
- Method in class csli.util.cpu.
CPUThinkingPanel
Allows one to change between a 'debug' CPUThinkingPanel that shows CPU percentage and a run-time mode that simply shows either "thinking" or "idle";
checkTable(int[][])
- Static method in class csli.util.stat.
ClassificationAgreement
Checks to see if the contingency table is properly formed, i.e.
children
- Variable in class csli.dialog.core.util.
Term
children
- Variable in class csli.util.
OrthographicTree
Classification
- Class in
csli.util.classify.berkeley
Data structure for storing the confidence value when an example is classified.
Classification(String, double)
- Constructor for class csli.util.classify.berkeley.
Classification
Creates an instance with type
type
and confidence value
confidence
.
ClassificationAgreement
- Class in
csli.util.stat
Calculates agreement and evaluation statistics for classification annotations.
ClassificationAgreement()
- Constructor for class csli.util.stat.
ClassificationAgreement
ClassificationSet
- Class in
csli.util.classify.berkeley
Data structure for storing a set of confidence values in descending order.
ClassificationSet()
- Constructor for class csli.util.classify.berkeley.
ClassificationSet
Class constructor.
ClassifierUtils
- Class in
csli.util.classify.stanford
ClassifierUtils()
- Constructor for class csli.util.classify.stanford.
ClassifierUtils
classify(TrainingSet)
- Method in class csli.util.classify.berkeley.
C4_5Learner
classify(TrainingSet)
- Method in interface csli.util.classify.berkeley.
Learner
Classify some test data.
classify(TrainingSet)
- Method in class csli.util.classify.berkeley.
SvmLearner
classOf(Datum[])
- Method in class csli.util.classify.stanford.
C4_5Classifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
ExternalClassifier
classOf(List<D>)
- Method in class csli.util.classify.stanford.
ExternalClassifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
MaxentWindowClassifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
NaiveNgramClassifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
NgramClassifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
SvmLightClassifier
classOf(List<D>)
- Method in class csli.util.classify.stanford.
SvmLightClassifier
classOf(Datum[])
- Method in class csli.util.classify.stanford.
SvmLightClassifier
classOf(Datum)
- Method in class csli.util.classify.stanford.
WeightedWindowClassifier
clear()
- Method in class csli.util.classify.stanford.
WindowBuffer
Fill the buffer with zeros
clear()
- Method in class csli.util.collections.
SortedList
clientSocket
- Variable in class csli.util.socket.
SocketServer
clone()
- Method in class csli.dialog.core.util.
Term
clone()
- Method in class csli.util.math.
RandomMT
Returns a clone of this RandomMT.
close()
- Method in class csli.util.file.
LineReader
Clsoes the underlying stream.
CollectionUtils
- Class in
csli.util.collections
CollectionUtils()
- Constructor for class csli.util.collections.
CollectionUtils
cols()
- Method in class csli.util.math.matrix.
AbstractMatrix
cols()
- Method in interface csli.util.math.matrix.
Matrix
columnVector(double[])
- Static method in class csli.util.math.matrix.
Matrices
ComparablePair
<
Type1
extends
Comparable
<
Type1
>,
Type2
extends
Comparable
<
Type2
>> - Class in
csli.util
A comparable pair.
ComparablePair(Type1, Type2)
- Constructor for class csli.util.
ComparablePair
ComparablePairTest
- Class in
csli.util.test
ComparablePairTest()
- Constructor for class csli.util.test.
ComparablePairTest
comparator()
- Method in class csli.util.collections.
SortedList
Comparators
- Class in
csli.util
Collection of comparator & equality utilities
Comparators()
- Constructor for class csli.util.
Comparators
compare(E, E)
- Method in class csli.util.collections.
SortedList
compare(T, T)
- Method in class csli.util.collections.
ToStringComparator
compare(C, C)
- Method in class csli.util.reflection.
ReflectionHelpers2.ClassComparator
Method
compare
is used to perform
compareFiles(File, File)
- Static method in class csli.util.stat.
ClassificationAgreement
Read in two files to compare, with possibly multiple columns of data which will be compared separately
compareTo(ComparablePair<Type1, Type2>)
- Method in class csli.util.
ComparablePair
Compare this pair to another pair of same type.
compareTo(ScoredObject<?>)
- Method in class csli.util.
ScoredObject
To allow arrays/collections of ScoredObjects to be sorted by score, highest first
compareTo(S)
- Method in class csli.util.search.
AbstractSearchState
compareTo(Object)
- Method in class csli.util.
StringWrapper
ComponentUtils
- Class in
csli.util.swing
ComponentUtils()
- Constructor for class csli.util.swing.
ComponentUtils
CompoundInterval
- Class in
csli.util.math
Yet to be implemented.
CompoundInterval()
- Constructor for class csli.util.math.
CompoundInterval
compute(Object, Object)
- Method in interface csli.util.interfaces.
BinaryFn
compute(Object)
- Method in interface csli.util.interfaces.
UnaryFn
computeProbability()
- Method in class csli.dialog.core.util.
Term
Config
- Class in
csli.util
configureLog4J()
- Static method in class csli.util.logging.
LoggingUtils
This will configure Log4J based on the properties set in the specified config file - note that this should really only be called from main methods when processes are started.
conglomerate(double[], int)
- Static method in class csli.util.dsp.
Smoothing
Conglomerate nearby nonzero values within a window distance from one another into a conglomerate
conglomerate(int[], int)
- Static method in class csli.util.dsp.
Smoothing
Conglomerate nearby nonzero values within a window distance from one another into a conglomerate
contains(String)
- Method in class csli.dialog.core.lf.
Sort
check if a particular type occurs anywhere on the sort tree so foo(bar).contains(foo) is true
contains(Object)
- Method in class csli.util.collections.
Aggregate
contains(Object)
- Method in class csli.util.collections.
AggregateSet
contains(Object)
- Method in class csli.util.collections.
SortedList
contains(String)
- Static method in class csli.util.nlp.
StopWords
Check if a String word is a stop word
containsAllNonStopWords(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the non-stop-words in key, in any order
containsAllNonStopWordsAdjacent(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the non-stop-words in key, in the correct order and adjacent (modulo stop-words)
containsAllNonStopWordsInOrder(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the non-stop-words in key, in the correct order (but not necessarily adjacent)
containsAllWords(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the words in key, in any order
containsAllWordsAdjacent(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the words in key, in the correct order and adjacent
containsAllWordsInOrder(String, String)
- Static method in class csli.util.nlp.
StringComparison
See whether bag contains all the words in key, in the correct order (but not necessarily adjacent)
containsAny(String, String[])
- Static method in class csli.util.
StringHelper
Tests to see if the given string contains any of the given terms.
containsAnyIgnoreCase(String, String[])
- Static method in class csli.util.
StringHelper
Tests to see if the given string contains any of the given terms.
containsKey(Object, Object)
- Method in class csli.util.collections.map.
AbstractPairMap
containsKey(Object)
- Method in class csli.util.collections.map.
MultiMap
containsKey(Object, Object)
- Method in interface csli.util.collections.map.
PairMap
containsValue(Object)
- Method in class csli.util.collections.map.
MultiMap
containsVowel(String)
- Method in class csli.util.nlp.stem.
AdvancedPorterStemmer
contentsChanged(ListDataEvent)
- Method in class csli.util.swing.
FilterListModel
Conversions
- Class in
csli.util.segmentation
Conversions()
- Constructor for class csli.util.segmentation.
Conversions
convertBytesToSeconds(int, AudioFormat)
- Static method in class csli.util.
AudioUtils
Convert bytes to secs for the format.
convertSecondsToBytes(double, AudioFormat)
- Static method in class csli.util.
AudioUtils
Convert secs to bytes for the format.
ConvertToPrimitives
- Class in
csli.util.collections
ConvertToPrimitives()
- Constructor for class csli.util.collections.
ConvertToPrimitives
copy(File, File)
- Static method in class csli.util.
FileUtils
copyFrom(RandomMT)
- Method in class csli.util.math.
RandomMT
Copies the given RandomMT to this RandomMT.
correct(int[][])
- Static method in class csli.util.stat.
ClassificationAgreement
Return the total number of agreeing classifications.
count()
- Method in class csli.util.collections.
SparseList
countFileLines(String)
- Static method in class csli.util.
FileUtils
CPUThinkingPanel
- Class in
csli.util.cpu
This is a very simple JPanel that can show whether or not CPU usage is occuring in the process that creates this object.
CPUThinkingPanel()
- Constructor for class csli.util.cpu.
CPUThinkingPanel
Simply creates the monitor and lays out the JPanel and starts it all up.
create(Class, String)
- Static method in class csli.util.
Enum
Creates an enum value from a string.
createFromList(String, List, int)
- Static method in class csli.dialog.core.util.
Term
createImageIcon(String)
- Static method in class csli.util.cpu.
SystemThinkingManager
Tries to create an ImageIcon object from a location (relative), or
createLookAndFeelMenu(JFrame)
- Static method in class csli.util.swing.
LookAndFeelUtils
Creates a menu which contains various look and feel options, when the user chooses one, the look and feel the passed in frame is changed
csli.dialog.core.lf
- package csli.dialog.core.lf
csli.dialog.core.util
- package csli.dialog.core.util
csli.util
- package csli.util
csli.util.charts
- package csli.util.charts
csli.util.classify.berkeley
- package csli.util.classify.berkeley
This package provides classes for machine learning/classification, implemented using the Berkeley (Heloise Hse) underlying data structures.
csli.util.classify.stanford
- package csli.util.classify.stanford
This package provides classes for machine learning/classification, implemented using the Stanford (Klein/Manning) underlying data structures.
csli.util.collections
- package csli.util.collections
csli.util.collections.map
- package csli.util.collections.map
csli.util.collections.tree
- package csli.util.collections.tree
csli.util.cpu
- package csli.util.cpu
csli.util.dsp
- package csli.util.dsp
csli.util.exceptions
- package csli.util.exceptions
csli.util.file
- package csli.util.file
csli.util.file.test
- package csli.util.file.test
csli.util.interfaces
- package csli.util.interfaces
csli.util.iterators
- package csli.util.iterators
csli.util.logging
- package csli.util.logging
csli.util.math
- package csli.util.math
csli.util.math.matrix
- package csli.util.math.matrix
csli.util.nlp
- package csli.util.nlp
This package provides basic natural language processing tools (tagging, stemming etc).
csli.util.nlp.lemma
- package csli.util.nlp.lemma
This package contains implementations of the Lemmatiser interface (word-lemma morphological analyzers).
csli.util.nlp.postag
- package csli.util.nlp.postag
This package contains implementations of the PoSTagger interface (part-of-speech taggers).
csli.util.nlp.stem
- package csli.util.nlp.stem
This package contains implementations of the Stemmer interface (morphological word stemmers).
csli.util.reflection
- package csli.util.reflection
csli.util.search
- package csli.util.search
csli.util.segmentation
- package csli.util.segmentation
csli.util.socket
- package csli.util.socket
csli.util.stat
- package csli.util.stat
csli.util.swing
- package csli.util.swing
csli.util.swing.jtree
- package csli.util.swing.jtree
csli.util.swing.wizard
- package csli.util.swing.wizard
csli.util.test
- package csli.util.test
csli.util.thread
- package csli.util.thread
csli.util.xml
- package csli.util.xml
csli.util.xml.test
- package csli.util.xml.test
CsliIclUtils
- Class in
csli.util
CsliIclUtils()
- Constructor for class csli.util.
CsliIclUtils
CsliMaxentClassifierFactory
- Class in
csli.util.classify.stanford
CsliMaxentClassifierFactory()
- Constructor for class csli.util.classify.stanford.
CsliMaxentClassifierFactory
CsliTime
- Class in
csli.util
The representation of time used for indexing in Calo.
CsliTime()
- Constructor for class csli.util.
CsliTime
Make a time which is right now.
CsliTime(Date)
- Constructor for class csli.util.
CsliTime
Make a CaloTime from a Date.
CsliTime(Float)
- Constructor for class csli.util.
CsliTime
CsliTime(long)
- Constructor for class csli.util.
CsliTime
Make a CaloTime which is like Date(long).
CURLY
- Static variable in class csli.dialog.core.util.
Term
CURRENT_PANEL_DESCRIPTOR_PROPERTY
- Static variable in class csli.util.swing.wizard.
WizardModel
Identification string for the current panel.
CurrentList
- Class in
csli.util.collections
List with a notion of the current object.
CurrentList()
- Constructor for class csli.util.collections.
CurrentList
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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