public class TrendDetector extends Object
| Constructor and Description | 
|---|
TrendDetector()
instantiate the LSH 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
indexImage(WriteableImageOutput instance)
index a new image 
 | 
void | 
setFeatureExtractor(TrendDetectorFeatureExtractor fe)  | 
List<Set<WriteableImageOutput>> | 
trending(int count)  | 
public TrendDetector()
public List<Set<WriteableImageOutput>> trending(int count)
count - public void indexImage(WriteableImageOutput instance) throws IOException
instance - IOExceptionpublic void setFeatureExtractor(TrendDetectorFeatureExtractor fe)