Package org.apache.sysds.runtime.io
Class FileFormatPropertiesCSV
java.lang.Object
org.apache.sysds.runtime.io.FileFormatProperties
org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileFormatPropertiesCSV(boolean hasHeader, String delim, boolean sparse) FileFormatPropertiesCSV(boolean hasHeader, String delim, boolean fill, double fillValue, String naStrings) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.io.FileFormatProperties
getBlocksize, getDescription, knownBlocksize, setDescription
-
Constructor Details
-
FileFormatPropertiesCSV
public FileFormatPropertiesCSV() -
FileFormatPropertiesCSV
-
FileFormatPropertiesCSV
-
-
Method Details
-
hasHeader
public boolean hasHeader() -
setHeader
public void setHeader(boolean hasHeader) -
getDelim
-
setNAStrings
-
getNAStrings
-
setDelim
-
isFill
public boolean isFill() -
setFill
public void setFill(boolean fill) -
getFillValue
public double getFillValue() -
setFillValue
public void setFillValue(double fillValue) -
isSparse
public boolean isSparse() -
setSparse
public void setSparse(boolean sparse) -
toString
-