Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#209 closed defect (done)

Values 'n.def.' are not parsed correctly by the DatasetParser because InvariantCulture is assumed

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.0
Component: ZZZ OBSOLETE: DataAnalysis Version: 3.1
Keywords: Cc:

Description


Change History (5)

comment:1 Changed 16 years ago by gkronber

  • Status changed from new to assigned

comment:2 Changed 16 years ago by gkronber

  • Resolution set to fixed
  • Status changed from assigned to closed

fixed with r405 and r406.

Since 'n. def.' should be treated as one token we can't blindly split tokens with white-space. Instead the new format uses '@' '=' ';' and '\t' to split tokens.

Meta data (variables) starts at the top of the file and continues while the first token in the line is a string. The data starts at the line where the first token can be parsed as a number. Exported files from HL2 are still compatible but the following is also legal:

PROBLEMNAME = XYZ
VARIABLENAMES = Date; X; Y; Z
TARGETVARIABLE = 3
NONINPUTVARIABLES = 3
MINIMUMTIMEOFFSET = 1; 1; 1; 0
MAXIMUMTIMEOFFSET = 6; 6; 6; 0
MAXIMUMTREEHEIGHT = 8
MAXIMUMTREESIZE = 50
TRAININGSAMPLESSTART = 13
TRAININGSAMPLESEND = 1513
VALIDATIONSAMPLESSTART = 1514
VALIDATIONSAMPLESEND = 2200
TESTSAMPLESSTART = 2201
TESTSAMPLESEND = 3709
19910221;6,5625;6,75;6,75;8,653;8,592;6,892;7,495;7,859;8,314;1565,59;2891,83;365,14;1,491;8,9125;9,02917;9,055
19910222;6,5625;6,75;6,75;8,666;8,605;6,971;7,569;7,898;8,322;1582,52;2889,36;364,97;1,5055;8,9175;9,03667;9,05417

comment:3 Changed 16 years ago by swagner

  • Milestone changed from 3.1 to Iteration 0

Milestone 3.1 deleted

comment:4 Changed 14 years ago by swagner

  • Milestone changed from Iteration 0 to Current

Milestone Iteration 0 deleted

comment:11 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.