|
@@ -109,7 +109,7 @@ SemSegContextTree::SemSegContextTree( const Config *conf, const MultiDataset *md
|
|
|
|
|
|
featsPerSplit = conf->gI(section, "feats_per_split", 200);
|
|
|
|
|
|
- useShannonEntropy = conf->gB(section, "use_shannon_entropy", false);
|
|
|
+ useShannonEntropy = conf->gB(section, "use_shannon_entropy", true);
|
|
|
|
|
|
ops.push_back(new Minus());
|
|
|
ops.push_back(new MinusAbs());
|