Ignore:
Timestamp:
08/11/06 15:23:47 (18 years ago)
Author:
bittner
Message:

code merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r1174 r1199  
    18161816                                        "false"); 
    18171817 
     1818        RegisterOption("RssTree.hybridDepth", optInt, "hybrid_depth=", "10"); 
    18181819        RegisterOption("RssTree.maxDepth", optInt, "kd_depth=", "12"); 
    18191820        RegisterOption("RssTree.minPvs", optInt, "kd_minpvs=", "1"); 
     
    18251826        RegisterOption("RssTree.ct_div_ci", optFloat, "kd_ctdivci=", "1.0"); 
    18261827        RegisterOption("RssTree.randomize", optBool, "randomize=", "false"); 
    1827         RegisterOption("RssTree.splitType", optString, "split=", "queries"); 
     1828        RegisterOption("RssTree.splitType", optString, "rss_split=", "queries"); 
    18281829        RegisterOption("RssTree.splitUseOnlyDrivingAxis", optBool, "splitdriving=", "false"); 
    18291830 
     
    23542355  if (!GetParam(' ', 0, filename)) { 
    23552356    // user didn't specified environment file explicitly, so 
    2356     strcpy(filename, "default.Environment::GetSingleton()"); 
     2357    strcpy(filename, "default.env"); 
    23572358  } 
    23582359   
Note: See TracChangeset for help on using the changeset viewer.