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

Fixed up spelling mixup valance -> valence

File:
1 moved

Legend:

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

    r34788 r34797  
    2626//   https://waikato.github.io/weka-wiki/use_weka_in_your_java_code/
    2727
    28 class WekaApplyValanceModel
     28class WekaApplyValenceModel
    2929{
    3030   
     
    4747    //      to trigger calculating the error on the predicted vaues
    4848
    49     boolean has_groundtruth_data = WekaUtil.instancesHavePredictAttribute(unlabeled_instances,WekaUtil.VALANCE_ATTRIBUTE_NAME);
     49    boolean has_groundtruth_data = WekaUtil.instancesHavePredictAttribute(unlabeled_instances,WekaUtil.VALENCE_ATTRIBUTE_NAME);
    5050
    5151    // The following deals with (i) internally, ensuring that what is returned is suitable for making predictions on
    5252    Instances filtered_unlabeled_instances
    5353        = WekaUtil.filterInstancesForApplying(unlabeled_instances,has_groundtruth_data,
    54                           WekaUtil.VALANCE_ATTRIBUTE_NAME,"471");
     54                          WekaUtil.VALENCE_ATTRIBUTE_NAME,"471");
    5555
    5656    // The following deals with (ii)
Note: See TracChangeset for help on using the changeset viewer.