public class CustomProperties extends FileFormatProperties implements Serializable
| Constructor and Description | 
|---|
CustomProperties()  | 
CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern,
                String delim,
                HashSet<String> naStrings)  | 
CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern,
                String delim,
                String indexDelim,
                int firstColIndex)  | 
CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry grSymmetry,
                String delim,
                int firstRowIndex,
                int firstColIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.sysds.runtime.iogen.CustomProperties.GRPattern | 
getColPattern()  | 
String | 
getDelim()  | 
int | 
getFirstColIndex()  | 
int | 
getFirstRowIndex()  | 
org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry | 
getGrSymmetry()  | 
String | 
getIndexDelim()  | 
HashSet<String> | 
getNaStrings()  | 
org.apache.sysds.runtime.iogen.CustomProperties.GRPattern | 
getRowPattern()  | 
void | 
setFirstColIndex(int firstColIndex)  | 
void | 
setFirstRowIndex(int firstRowIndex)  | 
getBlocksize, getDescription, knownBlocksize, setDescriptionpublic CustomProperties()
public CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern,
                        String delim,
                        HashSet<String> naStrings)
public CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern,
                        String delim,
                        String indexDelim,
                        int firstColIndex)
public CustomProperties(org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry grSymmetry,
                        String delim,
                        int firstRowIndex,
                        int firstColIndex)
public String getDelim()
public String getIndexDelim()
public org.apache.sysds.runtime.iogen.CustomProperties.GRPattern getRowPattern()
public org.apache.sysds.runtime.iogen.CustomProperties.GRPattern getColPattern()
public org.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry getGrSymmetry()
public int getFirstColIndex()
public void setFirstColIndex(int firstColIndex)
public int getFirstRowIndex()
public void setFirstRowIndex(int firstRowIndex)
Copyright © 2021 The Apache Software Foundation. All rights reserved.