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

I

IBijectiveMap<X,Y> - Interface in org.knowceans.map
IBijectiveMap is a map that keeps an inverse to implement an one-to-one relation.
ICorpus - Interface in org.knowceans.corpus
 
ifft(double[], double[], int) - Static method in class org.knowceans.sandbox.FirFilter
inverse FFT
ifftr(double[], double[], int) - Static method in class org.knowceans.sandbox.FirFilter
inverse complex-to-real FFT with half length
IInvertibleMap<X,Y> - Interface in org.knowceans.map
A map that can be inverted in that keys then are values and vice versa.
IInvertibleMultiMap<X,Y> - Interface in org.knowceans.map
IInvertibleMultiMap
IirFilter - Class in org.knowceans.sandbox
IirFilter implements a simple IIR filter using a cascade of biquad filters (second-order sections).
IirFilter(int, int, int) - Constructor for class org.knowceans.sandbox.IirFilter
 
ILabelCorpus - Interface in org.knowceans.corpus
ILabelCorpus is a corpus with label information.
IMultiMap<K,V> - Interface in org.knowceans.map
A Map that maps from K to a set of V.
increaseSize(double[], int) - Static method in class org.knowceans.util.Vectors
Create new vector of larger size and data of the argument.
increaseSize(double[][], int, int) - Static method in class org.knowceans.util.Vectors
Create new matrix of larger size and data of the argument.
increaseSize(int[], int) - Static method in class org.knowceans.util.Vectors
Create new vector of larger size and data of the argument.
increaseSize(int[][], int, int) - Static method in class org.knowceans.util.Vectors
Create new matrix of larger size and data of the argument.
indexOf(String, Object) - Method in class org.knowceans.util.KeyTableList
Finds the first index of the list element with elem as key field.
indexOf(String, Object) - Method in class org.knowceans.util.TableList
Find the first index the field matches with key.
indexOf(TableList.Filter) - Method in class org.knowceans.util.TableList
Find the first index valid for the filter.
IndexQuickSort - Class in org.knowceans.util
IndexQuickSort sorts indices of an array without changing its values.
IndexQuickSort() - Constructor for class org.knowceans.util.IndexQuickSort
 
IndexRanking - Class in org.knowceans.map
IndexSorter is a convenience class that sorts Integer indices (values) by their scores (keys).
IndexRanking() - Constructor for class org.knowceans.map.IndexRanking
 
IndexRanking(boolean) - Constructor for class org.knowceans.map.IndexRanking
 
IndexRanking(Comparator<? super Double>) - Constructor for class org.knowceans.map.IndexRanking
 
IndexRanking(IMultiMap<Double, Integer>, Comparator<? super Double>) - Constructor for class org.knowceans.map.IndexRanking
 
IndexRanking(IMultiMap<Double, Integer>) - Constructor for class org.knowceans.map.IndexRanking
 
IndexRanking.IndexEntry - Class in org.knowceans.map
 
IndexRanking.IndexEntry(Double, Integer) - Constructor for class org.knowceans.map.IndexRanking.IndexEntry
 
indexsort(double[], int[][]) - Static method in class org.knowceans.util.FastMultinomial
sort idx according to reverse order of elements of x, leaving x untouched.
indicesOf(String, Object) - Method in class org.knowceans.util.KeyTableList
Finds all indices of the list elements with elem as key field.
indicesOf(String, Object) - Method in class org.knowceans.util.TableList
Find all indices that the field matches with key.
indicesOf(TableList.Filter) - Method in class org.knowceans.util.TableList
Find all indices that are valid for the filter.
indicesOfRegex(String, String) - Method in class org.knowceans.util.KeyTableList
Find all rows that match the string field as a regular expression.
init(double[]) - Method in class org.knowceans.sandbox.Convolver
 
init(int, int, int) - Method in class org.knowceans.sandbox.IirFilter
 
initnorm(double[]) - Method in class org.knowceans.util.FastMultinomial
Calculate exponentiated norm sum of x for the weights arr.
insertElementAt(E, int) - Method in class org.knowceans.util.SetVector
same add add(int, Object).
IntByteArray - Class in org.knowceans.sandbox
 
IntByteArray() - Constructor for class org.knowceans.sandbox.IntByteArray
 
intToByteArray(int) - Static method in class org.knowceans.sandbox.IntByteArray
 
invdigamma(double) - Static method in class org.knowceans.util.Gamma
coarse approximation of the inverse of the digamma function (after Eqs.
inverse(int[]) - Static method in class org.knowceans.util.IndexQuickSort
inverse of the index, i.e., the ordered index of the argument
inverse(int[], int[]) - Static method in class org.knowceans.util.IndexQuickSort
inverse of the index, i.e., the ordered index of the argument
InvertibleHashMap<X,Y> - Class in org.knowceans.map
HashMap that keeps an inverse.
InvertibleHashMap() - Constructor for class org.knowceans.map.InvertibleHashMap
 
InvertibleHashMap(IMultiMap<Y, X>) - Constructor for class org.knowceans.map.InvertibleHashMap
allows to set an inverse type, for instance to sort by value using a TreeMultiMap.
InvertibleHashMultiMap<X,Y> - Class in org.knowceans.map
This object maps each key to a Set of values and holds each member of this Set as a link to a Set of keys, i.e., depicts a IMultiMap (object -> set) with an inverse IMultiMap.
InvertibleHashMultiMap() - Constructor for class org.knowceans.map.InvertibleHashMultiMap
 
InvertibleTreeMap<X,Y> - Class in org.knowceans.map
TreeMap that keeps an inverse HashMap.
InvertibleTreeMap(Comparator<? super X>) - Constructor for class org.knowceans.map.InvertibleTreeMap
add the comparator on the keys to provide an ordering.
InvertibleTreeMap() - Constructor for class org.knowceans.map.InvertibleTreeMap
 
InvertibleTreeMultiMap<X,Y> - Class in org.knowceans.map
This object maps each key to a Set of values and holds each member of this Set as a link to a Set of keys, i.e., depicts a IMultiMap (object -> set) with an inverse IMultiMap.
InvertibleTreeMultiMap() - Constructor for class org.knowceans.map.InvertibleTreeMultiMap
 
InvertibleTreeMultiMap(Comparator<? super X>) - Constructor for class org.knowceans.map.InvertibleTreeMultiMap
 
InvertibleTreeMultiMap(Map) - Constructor for class org.knowceans.map.InvertibleTreeMultiMap
 
InvertibleTreeMultiMap(Map, HashMultiMap<Y, X>) - Constructor for class org.knowceans.map.InvertibleTreeMultiMap
 
IPatternMap<K,V> - Interface in org.knowceans.map
Implemented by classes that allow to search for patterns in their keys.
isArray(Object) - Static method in class org.knowceans.util.ArrayUtils
determines whether an object is an array and has nonzero length
isCssOK() - Method in class org.apache.commons.http.BrowserDetector
Whether or not CSS works in this browser.
isDegenerate(double) - Static method in class org.knowceans.util.Vectors
check if argument is nan or infinity
isDegenerate(double[]) - Static method in class org.knowceans.util.Vectors
check if argument contains nan or infinity
isDegenerate(double[][]) - Static method in class org.knowceans.util.Vectors
check if argument contains nan or infinity
isEqual(int[], int[]) - Static method in class org.knowceans.util.Vectors
checks equality
isFileUploadOK() - Method in class org.apache.commons.http.BrowserDetector
Whether or not file upload works in this browser.
isIn(Date, Date[]) - Static method in class org.knowceans.util.TimeIntervals
check whether time is within the interval.
isJavascriptOK() - Method in class org.apache.commons.http.BrowserDetector
Whether or not Javascript works in this browser.
isNegative(T) - Static method in class org.knowceans.util.Vectors
 
isNegative(double[]) - Static method in class org.knowceans.util.Vectors
check if argument contains positive
isNegative(double[][]) - Static method in class org.knowceans.util.Vectors
check if argument positive
isNegative(int[]) - Static method in class org.knowceans.util.Vectors
check if argument contains positive
isNegative(int[][]) - Static method in class org.knowceans.util.Vectors
check if argument positive
isPatternCaseInsensitive() - Method in class org.knowceans.map.HashMultiMap
 
isPatternCaseInsensitive() - Method in class org.knowceans.map.PatternTreeMultiMap
 
isPatternMustMatch() - Method in class org.knowceans.map.HashMultiMap
 
isPatternMustMatch() - Method in class org.knowceans.map.PatternTreeMultiMap
 
ISplitCorpus - Interface in org.knowceans.corpus
ISplitCorpus allows a corpus to resize and split a cross validation data set.
isPositive(T) - Static method in class org.knowceans.util.Vectors
 
isPositive(double[]) - Static method in class org.knowceans.util.Vectors
check if argument contains positive
isPositive(double[][]) - Static method in class org.knowceans.util.Vectors
check if argument positive
isPositive(int[]) - Static method in class org.knowceans.util.Vectors
check if argument contains positive
isPositive(int[][]) - Static method in class org.knowceans.util.Vectors
check if argument positive
isStopping() - Method in class org.knowceans.util.DataThreadPool
whether this queue is stopping
ItemList<E> - Class in org.knowceans.util
ItemList represents a circular list of items that can be browsed with next and prev commands in jsp pages (eg, result sets).
ItemList() - Constructor for class org.knowceans.util.ItemList
 
ItemList(Collection<? extends E>) - Constructor for class org.knowceans.util.ItemList
 
ItemList(int, int) - Constructor for class org.knowceans.util.ItemList
 
ItemList(int) - Constructor for class org.knowceans.util.ItemList
 
ITermCorpus - Interface in org.knowceans.corpus
 

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