~ubuntu-branches/ubuntu/wily/weka/wily

« back to all changes in this revision

Viewing changes to src/main/java/weka/classifiers/bayes/net/search/global/GlobalScoreSearchAlgorithm.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2014-05-03 15:49:06 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140503154906-s15hy2fdjy9geixq
Tags: 3.6.11-1
* New upstream release.
* Update wrapper script to work with any java6-runtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
                                Instance instance = instances.instance(iInstance);
294
294
                                instance.setWeight(-instance.weight());
295
295
                                fAccuracy += accuracyIncrease(instance);
 
296
                                fWeight += instance.weight();
296
297
                                instance.setWeight(-instance.weight());
297
 
                                fWeight += instance.weight();
298
298
                        }
299
299
 
300
300
                        // restore influence of fold iFold from the probability distribution