public class DataSchema
extends java.lang.Object
Constructor and Description |
---|
DataSchema(int[] schmea,
int cutoff,
boolean inorder) |
Modifier and Type | Method and Description |
---|---|
int |
getCutOff() |
static DataSchema |
getDataSchema(java.lang.String input)
Converts a string into a schema of rows/column indexes to be read in (e.g.
|
int[] |
getSchema() |
boolean |
isInOrder() |
public static DataSchema getDataSchema(java.lang.String input)
public int[] getSchema()
public int getCutOff()
public boolean isInOrder()