Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFloatSourceParserPair ¶
func CreateFloatSourceParserPair(blocksAsFloat [][][]float64, caseDataPerBlock [][]int, failAfter int) (traceSource.TraceBlockReader, wfm.TraceParser, error)
CreateFloatSourceParserPair creates a block reader and parser with len(blocksAsFloats) blocks where block nr x contains the traces blocksAsFloat[x]. If failAfter is >= 0 the block reader will fail for each number greater than failAfter
func ParseCSVToFloat64 ¶
ParseCSVToFloat64 takes a raw csv file and parses each line as into a float64 slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.