File: learning.pcv

package info (click to toggle)
picviz 0.5-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,128 kB
  • ctags: 604
  • sloc: ansic: 3,728; perl: 851; yacc: 695; lex: 339; python: 294; sh: 234; makefile: 153
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
header {
    title = "Test Learning mode";
}
engine {
	string_algo="basic";
#	learn = "0";
}
axes {
    timeline t [label="Timeline"];
    string   str1 [label="First"];
    string   str2 [label="Second"];
}
data {
   t="14:42", str1="abcdef", s="similar and then I guess this should be different that the other one, because it is better like that. I don't want collisions here!";
   t="15:45", str2="fedcba", s="similar and then it changes to something else";
}