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