Documentation
¶
Index ¶
- type ReadCSV
- func (rc *ReadCSV) GetCSVs() []string
- func (rc *ReadCSV) GetData(filePath string) ([]float64, error)
- func (rc *ReadCSV) GetIndependentVariables(filePath string, hasHeader bool) ([][]float64, error)
- func (rc *ReadCSV) GetTargetValues(filePath string, hasHeader bool) ([]float64, error)
- func (rc *ReadCSV) WriteCSV(csvFile string, values []string)
- func (rc *ReadCSV) WriteDB(csvFile string, values [][]float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCSV ¶
type ReadCSV struct{}
ReadCSV struct
func (*ReadCSV) GetIndependentVariables ¶
GetIndependentVariables gets independent variables from a CSV file.
func (*ReadCSV) GetTargetValues ¶
GetTargetValues gets target values from a CSV file.
Click to show internal directories.
Click to hide internal directories.