Skip to content

Commit

Permalink
prise en compte des modification sur les dictionnaires
Browse files Browse the repository at this point in the history
  • Loading branch information
n-voisine committed Dec 20, 2024
1 parent aa52360 commit 10f07eb
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 95 deletions.
4 changes: 2 additions & 2 deletions src/Learning/KIInterpretation/KIDRPredictor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ void KIDRClassifierInterpretation::Compile(KWClass* kwcOwnerClass)
// }
}

const ALString KIDRClassifierInterpretation::LEVER_ATTRIBUTE_META_TAG = "LeverAttribute";
const ALString KIDRClassifierInterpretation::INTERPRETATION_ATTRIBUTE_META_TAG = "ClassifierInterpretationAttribute";
const ALString KIDRClassifierInterpretation::LEVER_ATTRIBUTE_META_TAG = "LeverVariable";
const ALString KIDRClassifierInterpretation::INTERPRETATION_ATTRIBUTE_META_TAG = "ClassifierInterpretationVariable";
const ALString KIDRClassifierInterpretation::NO_VALUE_LABEL = "No value";

///////////////////////////////////////////////////////////////////////////////
Expand Down
Loading

0 comments on commit 10f07eb

Please sign in to comment.