Interface FeatureVector
-
- All Known Implementing Classes:
Level0Features,Level1Features,Level2Features
public interface FeatureVectorA hashable feature set extracted from a method at one fingerprint level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]computeHash()Digests every extracted feature into a hash usable for equality and lookup.booleanisValid()
-