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