public class VDictProxy<T> extends Object
Constructor and Description |
---|
VDictProxy() |
Modifier and Type | Method and Description |
---|---|
void |
_insert(long instance,
String imagekey_filename,
int value) |
boolean |
empty() |
void |
erase(String imagekey_filename) |
void |
insert(String imagekey_filename,
T value) |
List<T> |
lookup_similar_n(String imagekey_filename,
double similarity_threshold,
int n) |
T |
lookup_similar(String imagekey_filename,
double similarity_threshold) |
T |
lookup(String imagekey_filename) |
int |
size() |
public void insert(String imagekey_filename, T value) throws FileNotFoundException
FileNotFoundException
public void _insert(long instance, String imagekey_filename, int value)
public T lookup(String imagekey_filename) throws FileNotFoundException
FileNotFoundException
public T lookup_similar(String imagekey_filename, double similarity_threshold) throws FileNotFoundException
FileNotFoundException
public List<T> lookup_similar_n(String imagekey_filename, double similarity_threshold, int n) throws FileNotFoundException
FileNotFoundException
public void erase(String imagekey_filename) throws FileNotFoundException
FileNotFoundException
public int size()
public boolean empty()
Copyright © 2017. All rights reserved.