org.apache.sysml.runtime.matrix.data

Class CSVFileFormatProperties

    • Constructor Detail

      • CSVFileFormatProperties

        public CSVFileFormatProperties()
      • CSVFileFormatProperties

        public CSVFileFormatProperties(boolean hasHeader,
                                       String delim,
                                       boolean fill,
                                       double fillValue,
                                       String naStrings)
      • CSVFileFormatProperties

        public CSVFileFormatProperties(boolean hasHeader,
                                       String delim,
                                       boolean sparse)
    • Method Detail

      • hasHeader

        public boolean hasHeader()
      • setHeader

        public void setHeader(boolean hasHeader)
      • getDelim

        public String getDelim()
      • getNAStrings

        public String getNAStrings()
      • setDelim

        public void setDelim(String delim)
      • 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)

Copyright © 2017 The Apache Software Foundation. All rights reserved.