Example #1
0
 public boolean testCandidate(SkinCache cache) {
   double v = cache.getFeatureValue(skinindex);
   return v < this.getThreshold();
 }
Example #2
0
 public double getFeatureValue(SkinCache cache) {
   return cache.getFeatureValue(skinindex);
 }