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

W

waitFor() - Method in class org.knowceans.util.ExternalProcess
should be called after the process has been started (using the constructor)
weekOf(Date) - Static method in class org.knowceans.util.TimeIntervals
returns the start and end times of the week surrounding the date d.
weeksAway(Date, int) - Static method in class org.knowceans.util.TimeIntervals
returns the start and end times of the week before / after the start of the week surrounding the date d.
whereami() - Static method in class org.knowceans.util.Print
prints the stack element of the current code location
Which - Class in org.knowceans.util
Which is a debug class that provides a stacktrace at runtime
Which() - Constructor for class org.knowceans.util.Which
 
write(String) - Method in class org.knowceans.corpus.LabelNumCorpus
 
write(String) - Method in class org.knowceans.corpus.NumCorpus
write the corpus to to a file.
write(DataOutputStream, Object) - Static method in class org.knowceans.util.ArrayIo
generic write method that calls the respective method of the type of data
write(int) - Method in class org.knowceans.util.StringOutputStream
write byte to the string buffer
writeDoubleMatrix(DataOutputStream, double[][]) - Static method in class org.knowceans.util.ArrayIo
Writes a double matrix in the format rows,cols1,a11,a12,a1...,cols2,a21,...
writeDoubleTensor(DataOutputStream, double[][][]) - Static method in class org.knowceans.util.ArrayIo
Writes a double tensor (here = 3d matrix).
writeDoubleVector(DataOutputStream, double[]) - Static method in class org.knowceans.util.ArrayIo
Writes a double vector in the format size,v1,v2,...
writeFloatMatrix(DataOutputStream, float[][]) - Static method in class org.knowceans.util.ArrayIo
Writes a float matrix in the format rows,cols,a11,a12,a1...,a21,...
writeFloatVector(DataOutputStream, float[]) - Static method in class org.knowceans.util.ArrayIo
Writes a float vector in the format size,v1,v2,...
writeIntMatrix(DataOutputStream, int[][]) - Static method in class org.knowceans.util.ArrayIo
Writes an integer matrix in the format rows,cols1,a11,a12,a1...,cols2,a21,...
writeIntVector(DataOutputStream, int[]) - Static method in class org.knowceans.util.ArrayIo
Writes an integer vector in the format size,v1,v2,...

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