File tree Expand file tree Collapse file tree
src/main/java/adaa/analytics/rules/logic/induction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ codeQuality {
2727}
2828
2929sourceCompatibility = 1.8
30- version = ' 1.7.17 '
30+ version = ' 1.7.18 '
3131
3232
3333jar {
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ public int grow(
181181
182182 if (params .getMaxGrowingConditions () > 0 ) {
183183 if (rule .getPremise ().getSubconditions ().size () - initialConditionsCount >=
184- params .getMaxGrowingConditions () * dataset . getAttributes (). size () ) {
184+ params .getMaxGrowingConditions ()) {
185185 carryOn = false ;
186186 }
187187 }
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ public int grow(
178178
179179 if (params .getMaxGrowingConditions () > 0 ) {
180180 if (rule .getPremise ().getSubconditions ().size () - initialConditionsCount >=
181- params .getMaxGrowingConditions () * dataset . getAttributes (). size () ) {
181+ params .getMaxGrowingConditions ()) {
182182 carryOn = false ;
183183 }
184184 }
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ public int grow(
181181
182182 if (params .getMaxGrowingConditions () > 0 ) {
183183 if (currentRule .getPremise ().getSubconditions ().size () - initialConditionsCount >=
184- params .getMaxGrowingConditions () * dataset . getAttributes (). size () ) {
184+ params .getMaxGrowingConditions ()) {
185185 carryOn = false ;
186186 }
187187 }
You can’t perform that action at this time.
0 commit comments