Ignore:
Timestamp:
06/03/16 15:54:42 (8 years ago)
Author:
sherbold
Message:
  • implemented LACE2 after Peters et al., 2015
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/dataselection/CLIFF.java

    r86 r120  
    6565    } 
    6666 
    67     private Instances applyCLIFF(Instances data) { 
     67    protected Instances applyCLIFF(Instances data) { 
    6868        final double[][] powerAttributes = new double[data.size()][data.numAttributes()]; 
    6969        final double[] powerEntity = new double[data.size()]; 
Note: See TracChangeset for help on using the changeset viewer.