Documentation ¶
Index ¶
Constants ¶
View Source
const PATTERN_SIZE = 5
View Source
const STRING_SIZE = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeTask ¶
type PipeTask struct { // helpers Num int Generated bool Dbscan_mode bool Pattern_matched bool // time labels Start_generating time.Time End_generatig time.Time Start_dbscan time.Time End_dbscan time.Time Start_match time.Time End_match time.Time // data Source Matrix Dbscan Matrix Pattern_index int }
Click to show internal directories.
Click to hide internal directories.