- GCTParser - Class in smile.data.parser.microarray
-
Gene Cluster Text file parser.
- GCTParser() - Constructor for class smile.data.parser.microarray.GCTParser
-
Constructor.
- get(int, int) - Method in class smile.data.BinarySparseDataset
-
Returns the value at entry (i, j) by binary search.
- get(int) - Method in class smile.data.Dataset
-
Returns the element at the specified position in this dataset.
- get(int) - Method in class smile.data.SparseDataset
-
Returns the element at the specified position in this dataset.
- get(int, int) - Method in class smile.data.SparseDataset
-
Returns the value at entry (i, j).
- getAttributes(URI) - Static method in class smile.data.parser.ArffParser
-
Returns the attribute set of given URI.
- getAttributes(String) - Static method in class smile.data.parser.ArffParser
-
Returns the attribute set of given file.
- getAttributes(File) - Static method in class smile.data.parser.ArffParser
-
Returns the attribute set of given file.
- getAttributes(InputStream) - Static method in class smile.data.parser.ArffParser
-
Returns the attribute set of given stream.
- getCommentStartWith() - Method in class smile.data.parser.DelimitedTextParser
-
Returns the character/string that starts a comment line.
- getDelimiter() - Method in class smile.data.parser.DelimitedTextParser
-
Returns the delimiter character/string.
- getDescription() - Method in class smile.data.Dataset
-
Returns the detailed dataset description.
- getDescription() - Method in class smile.data.SparseDataset
-
Returns the detailed dataset description.
- getFormat() - Method in class smile.data.DateAttribute
-
Returns the date string formatter.
- getMissingValuePlaceholder() - Method in class smile.data.parser.DelimitedTextParser
-
Returns the missing value placeholder.
- getName() - Method in class smile.data.Dataset
-
Returns the dataset name.
- getName() - Method in class smile.data.SparseDataset
-
Returns the dataset name.
- getResponseIndex() - Method in class smile.data.parser.ArffParser
-
Returns the column index (starting at 0) of dependent/response variable.
- parse(URI) - Method in class smile.data.parser.ArffParser
-
Parse a dataset from given URI.
- parse(String) - Method in class smile.data.parser.ArffParser
-
Parse a dataset from given file.
- parse(File) - Method in class smile.data.parser.ArffParser
-
Parse a dataset from given file.
- parse(InputStream) - Method in class smile.data.parser.ArffParser
-
Parse a dataset from given stream.
- parse(URI) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given URI.
- parse(String) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given file.
- parse(String, String) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given file.
- parse(File) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given file.
- parse(String, File) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from given file.
- parse(InputStream) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from an input stream.
- parse(String, InputStream) - Method in class smile.data.parser.BinarySparseDatasetParser
-
Parse a binary sparse dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given URI.
- parse(String, Attribute[], URI) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given URI.
- parse(String) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given file.
- parse(String, Attribute[], String) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given file.
- parse(File) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given file.
- parse(String, Attribute[], File) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.DelimitedTextParser
-
Parse a dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given URI.
- parse(String) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given file.
- parse(String, String) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given file.
- parse(File) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given file.
- parse(String, File) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.LibsvmParser
-
Parse a libsvm sparse dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given URI.
- parse(String) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given file.
- parse(String, String) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given file.
- parse(File) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given file.
- parse(String, File) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.microarray.GCTParser
-
Parse a GCT dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given URI.
- parse(String) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given file.
- parse(String, String) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given file.
- parse(File) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given file.
- parse(String, File) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.microarray.PCLParser
-
Parse a PCL dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given URI.
- parse(String) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given file.
- parse(String, String) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given file.
- parse(File) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given file.
- parse(String, File) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.microarray.RESParser
-
Parse a RES dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given URI.
- parse(String) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given file.
- parse(String, String) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given file.
- parse(File) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given file.
- parse(String, File) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from given file.
- parse(String, InputStream) - Method in class smile.data.parser.microarray.TXTParser
-
Parse a TXT dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given URI.
- parse(String, URI) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given URI.
- parse(String) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given file.
- parse(String, String) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given file.
- parse(File) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given file.
- parse(String, File) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from given file.
- parse(InputStream) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from an input stream.
- parse(String, InputStream) - Method in class smile.data.parser.SparseDatasetParser
-
Parse a sparse dataset from an input stream.
- parse(URI) - Method in class smile.data.parser.SparseMatrixParser
-
Parse a Harwell-Boeing column-compressed sparse matrix dataset from given URI.
- parse(String) - Method in class smile.data.parser.SparseMatrixParser
-
Parse a Harwell-Boeing column-compressed sparse matrix dataset from given file.
- parse(File) - Method in class smile.data.parser.SparseMatrixParser
-
Parse a Harwell-Boeing column-compressed sparse matrix dataset from given file.
- parse(InputStream) - Method in class smile.data.parser.SparseMatrixParser
-
Parse a Harwell-Boeing column-compressed sparse matrix dataset from an input stream.
- PCLParser - Class in smile.data.parser.microarray
-
Stanford cDNA file parser.
- PCLParser() - Constructor for class smile.data.parser.microarray.PCLParser
-
Constructor.
- set(int, int) - Method in class smile.data.SparseDataset
-
Set the class label of a datum.
- set(int, double) - Method in class smile.data.SparseDataset
-
Set the real-valued response of a datum.
- set(int, double, double) - Method in class smile.data.SparseDataset
-
Set the class label of real-valued response of a datum.
- set(int, int, double) - Method in class smile.data.SparseDataset
-
Set a nonzero entry into the matrix.
- setColumnNames(boolean) - Method in class smile.data.parser.DelimitedTextParser
-
Set if the dataset has column names (at row 0).
- setCommentStartWith(String) - Method in class smile.data.parser.DelimitedTextParser
-
Set the character/string that starts a comment line.
- setDelimiter(String) - Method in class smile.data.parser.DelimitedTextParser
-
Set the delimiter character/string.
- setDescription(String) - Method in class smile.data.Dataset
-
Sets the detailed dataset description.
- setDescription(String) - Method in class smile.data.SparseDataset
-
Sets the detailed dataset description.
- setFormat(String) - Method in class smile.data.DateAttribute
-
Sets the date format.
- setFormat(DateFormat) - Method in class smile.data.DateAttribute
-
Sets the date string formatter.
- setMissingValuePlaceholder(String) - Method in class smile.data.parser.DelimitedTextParser
-
Set the missing value placeholder.
- setName(String) - Method in class smile.data.Dataset
-
Sets the dataset name.
- setName(String) - Method in class smile.data.SparseDataset
-
Sets the dataset name.
- setOpen(boolean) - Method in class smile.data.NominalAttribute
-
Sets if the string values of the nominal attribute is a open set.
- setOpen(boolean) - Method in class smile.data.StringAttribute
-
Sets if the string values of the nominal attribute is a open set.
- setResponseIndex(int) - Method in class smile.data.parser.ArffParser
-
Sets the column index (starting at 0) of dependent/response variable.
- setResponseIndex(Attribute, int) - Method in class smile.data.parser.DelimitedTextParser
-
Sets the attribute and column index (starting at 0) of dependent/response variable.
- setRowNames(boolean) - Method in class smile.data.parser.DelimitedTextParser
-
Set if the dataset has row names (at column 0).
- size() - Method in class smile.data.Dataset
-
Returns the size of dataset.
- size() - Method in class smile.data.NominalAttribute
-
Returns the number of nominal values.
- size() - Method in class smile.data.SparseDataset
-
Returns the size of dataset that is the number of rows.
- smile.data - package smile.data
-
Data and attribute encapsulation classes.
- smile.data.parser - package smile.data.parser
-
Parsers for various data formats.
- smile.data.parser.microarray - package smile.data.parser.microarray
-
Parsers for microarray gene expression datasets.
- SparseDataset - Class in smile.data
-
List of Lists sparse matrix format.
- SparseDataset() - Constructor for class smile.data.SparseDataset
-
Constructor.
- SparseDataset(String) - Constructor for class smile.data.SparseDataset
-
Constructor.
- SparseDataset(Attribute) - Constructor for class smile.data.SparseDataset
-
Constructor.
- SparseDataset(String, Attribute) - Constructor for class smile.data.SparseDataset
-
Constructor.
- SparseDataset(int) - Constructor for class smile.data.SparseDataset
-
Constructor.
- SparseDatasetParser - Class in smile.data.parser
-
Parser for spare dataset in coordinate triple tuple list format.
- SparseDatasetParser() - Constructor for class smile.data.parser.SparseDatasetParser
-
Constructor.
- SparseDatasetParser(int) - Constructor for class smile.data.parser.SparseDatasetParser
-
Constructor.
- SparseMatrixParser - Class in smile.data.parser
-
Harwell-Boeing column-compressed sparse matrix file parser.
- SparseMatrixParser() - Constructor for class smile.data.parser.SparseMatrixParser
-
Constructor.
- StringAttribute - Class in smile.data
-
String attribute.
- StringAttribute(String) - Constructor for class smile.data.StringAttribute
-
Constructor.
- StringAttribute(String, double) - Constructor for class smile.data.StringAttribute
-
Constructor.
- StringAttribute(String, String, double) - Constructor for class smile.data.StringAttribute
-
Constructor.
- timestamp - Variable in class smile.data.Datum
-
Timestamp of datum in case of transactional data.
- toArray(E[]) - Method in class smile.data.Dataset
-
Returns an array containing all of the elements in this dataset in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
- toArray(int[]) - Method in class smile.data.Dataset
-
Returns an array containing the class labels of the elements in this
dataset in proper sequence (from first to last element).
- toArray(double[]) - Method in class smile.data.Dataset
-
Returns an array containing the response variable of the elements in this
dataset in proper sequence (from first to last element).
- toArray(String[]) - Method in class smile.data.Dataset
-
Returns an array containing the string names of the elements in this
dataset in proper sequence (from first to last element).
- toArray(Timestamp[]) - Method in class smile.data.Dataset
-
Returns an array containing the timestamps of the elements in this
dataset in proper sequence (from first to last element).
- toArray() - Method in class smile.data.SparseDataset
-
Returns a dense two-dimensional array containing the whole matrix in
this dataset in proper sequence.
- toArray(SparseArray[]) - Method in class smile.data.SparseDataset
-
Returns an array containing all of the elements in this dataset in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
- toArray(int[]) - Method in class smile.data.SparseDataset
-
Returns an array containing the class labels of the elements in this
dataset in proper sequence (from first to last element).
- toArray(double[]) - Method in class smile.data.SparseDataset
-
Returns an array containing the response variable of the elements in this
dataset in proper sequence (from first to last element).
- toSparseMatrix() - Method in class smile.data.BinarySparseDataset
-
Convert into Harwell-Boeing column-compressed sparse matrix format.
- toSparseMatrix() - Method in class smile.data.SparseDataset
-
Convert into Harwell-Boeing column-compressed sparse matrix format.
- toString(double) - Method in class smile.data.Attribute
-
Returns the string representation of a double value of this attribute.
- toString() - Method in class smile.data.Attribute
-
- toString(Date) - Method in class smile.data.DateAttribute
-
Generate the date string.
- toString(double) - Method in class smile.data.DateAttribute
-
- toString(double) - Method in class smile.data.NominalAttribute
-
- toString(double) - Method in class smile.data.NumericAttribute
-
- toString(double) - Method in class smile.data.StringAttribute
-
- TXTParser - Class in smile.data.parser.microarray
-
TXT gene expression file parser.
- TXTParser() - Constructor for class smile.data.parser.microarray.TXTParser
-
Constructor.
- type - Variable in class smile.data.Attribute
-
The type of attribute.