Code Examples
A repository of 155 code examples for BeepBeep
mining.SequenceReader Class Reference

Utility class that creates a set of sequences from a file. More...

Static Public Member Functions

static Set< Sequence< Number > > readNumericalSequences (String filename)
 
static Set< Sequence< String > > readStringSequences (String filename)
 
static Sequence< Number > readNumericalSequence (String line)
 
static Sequence< String > readStringSequence (String line)
 

Detailed Description

Utility class that creates a set of sequences from a file.

This object is used in the code throughout this section in order to avoid programmatically creating input traces for every example.

Author
Sylvain Hallé

Definition at line 34 of file SequenceReader.java.


The documentation for this class was generated from the following file: