Ignore:
Timestamp:
2021-02-02T22:28:26+13:00 (3 years ago)
Author:
davidb
Message:

Fixed up spelling mixup valance -> valence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/mars/src/java/org/greenstone/mars/WekaApplyArousalModel.java

    r34788 r34797  
    8787        // Dealing with ground-truth data:
    8888        //   => already has 'arousal' attribute
    89         //   => in fact has 'valance' attribute too, which we want to remove
     89        //   => in fact has 'valence' attribute too, which we want to remove
    9090       
    91         unlabeled_instances = WekaUtil.applyFilter(unlabeled_instances,"472"); // top-up with removal of 'valance'
     91        unlabeled_instances = WekaUtil.applyFilter(unlabeled_instances,"472"); // top-up with removal of 'valence'
    9292       
    9393        // reference share this as 'groundtruth_instances' to trigger error calculation and output
Note: See TracChangeset for help on using the changeset viewer.