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

S

SCALE_TYPE - Static variable in interface org.virbo.dataset.QDataSet
String "linear" or "log"
SDataSet - Class in org.virbo.dataset
rank 1,2,or 3 dataset backed by Integer (4 byte) array.
setCommentPrefix(String) - Method in class org.virbo.dsutil.AsciiParser
Records starting with this are not processed as data, for example "#".
setDelimParser(String, String) - Method in class org.virbo.dsutil.AsciiParser
configure the parser to split on a delimRegex.
setDelimParser(Reader, String) - Method in class org.virbo.dsutil.AsciiParser
The DelimParser splits each record into fields using a delimiter like "," or "\\s+".
setFieldParser(int, AsciiParser.FieldParser) - Method in class org.virbo.dsutil.AsciiParser
 
setFillValue(double) - Method in class org.virbo.dsutil.AsciiParser
numbers that parse to this value are considered to be fill.
setFillValue(double) - Method in class org.virbo.dsutil.DataSetBuilder
Setter for property fillValue.
setFixedColumnsParser(String, String) - Method in class org.virbo.dsutil.AsciiParser
looks at the first line after skipping, and splits it to calculate where the columns are.
setFixedColumnsParser(Reader, String) - Method in class org.virbo.dsutil.AsciiParser
looks at the first line after skipping, and splits it to calculate where the columns are.
setFixedColumnsParser(int[], int[], AsciiParser.FieldParser[]) - Method in class org.virbo.dsutil.AsciiParser
 
setIndexIteratorFactory(int, QubeDataSetIterator.DimensionIteratorFactory) - Method in class org.virbo.dataset.QubeDataSetIterator
reinitializes the iterator.
setKeepFileHeader(boolean) - Method in class org.virbo.dsutil.AsciiParser
Setter for property keepHeader.
setPropertyPattern(Pattern) - Method in class org.virbo.dsutil.AsciiParser
specify the Pattern used to recognize properties.
setRecordCountLimit(int) - Method in class org.virbo.dsutil.AsciiParser
limit the number of records read.
setRecordParser(AsciiParser.RecordParser) - Method in class org.virbo.dsutil.AsciiParser
Setter for property recordParser.
setRegexParser(String[]) - Method in class org.virbo.dsutil.AsciiParser
The regex parser is a slow parser, but gives precise control.
setSkipField(int, boolean) - Method in class org.virbo.dsutil.AsciiParser.DelimParser
 
setSkipLines(int) - Method in class org.virbo.dsutil.AsciiParser
skip a number of lines before trying to parse anything.
setTrim(int, Integer, Integer, Integer) - Method in class org.virbo.dataset.TrimStrideWrapper
 
setUnits(int, Units) - Method in class org.virbo.dsutil.AsciiParser
Indexed setter for property units.
setValidMax(double) - Method in class org.virbo.dsutil.AsciiParser
 
setValidMax(double) - Method in class org.virbo.dsutil.DataSetBuilder
 
setValidMin(double) - Method in class org.virbo.dsutil.AsciiParser
 
setValidMin(double) - Method in class org.virbo.dsutil.DataSetBuilder
 
shuffle(QDataSet) - Static method in class org.virbo.dsops.Ops
returns a rank 1 dataset of indeces that shuffle the rank 1 dataset ds
signum(QDataSet) - Static method in class org.virbo.dsops.Ops
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
sin(QDataSet) - Static method in class org.virbo.dsops.Ops
element-wise sin.
sinh(QDataSet) - Static method in class org.virbo.dsops.Ops
element-wise sinh.
slice(int) - Method in interface org.virbo.dataset.RankNDataSet
 
slice0(QDataSet, int) - Static method in class org.virbo.dataset.DataSetOps
slice on the first dimension
Slice0DataSet - Class in org.virbo.dataset
Wraps a rank N dataset, slicing on an index of the first dimension to make a rank N-1 dataset.
slice1(QDataSet, int) - Static method in class org.virbo.dataset.DataSetOps
this strange dataset operator assumes a square or qube dataset by picking the index-th element of dataset's second dimension, without regard to tags.
Slice1DataSet - Class in org.virbo.dataset
return a rank N-1 dataset from a rank N dataset by slicing on the first dimension.
slice2(QDataSet, int) - Static method in class org.virbo.dataset.DataSetOps
this strange dataset operator assumes a square or qube dataset by picking the index-th element of dataset's second dimension, without regard to tags.
sliceIterator(QDataSet, int) - Static method in class org.virbo.dataset.QubeDataSetIterator
return an iterator for the slice of a dataset.
SliceIteratorDemo - Class in test
 
SliceIteratorDemo() - Constructor for class test.SliceIteratorDemo
 
smooth(QDataSet, int) - Static method in class org.virbo.dsops.Ops
run boxcar average over the dataset, returning a dataset of same geometry.
sort(QDataSet) - Static method in class org.virbo.dataset.DataSetOps
returns a list of indeces that sort the dataset.
sort(QDataSet) - Static method in class org.virbo.dsops.Ops
returns a rank 1 dataset of indeces that sort the rank 1 dataset ds.
SortDataSet - Class in org.virbo.dataset
wraps QDataSet, rearranging the elements of the first index as specified by a rank 1 data set of indeces
SortDataSet(QDataSet, QDataSet) - Constructor for class org.virbo.dataset.SortDataSet
creates the SortDataSet
sqrt(QDataSet) - Static method in class org.virbo.dsops.Ops
element-wise sqrt.
statsString(QDataSet) - Static method in class org.virbo.dataset.DataSetUtil
return a human readable statistical representation of the dataset.
subtract(QDataSet, QDataSet) - Static method in class org.virbo.dsops.Ops
subtract one dataset from another.

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