public interface Index
| Modifier and Type | Field and Description |
|---|---|
static String |
INPUT |
static String |
SCORE |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ListDataSet dataSet) |
void |
add(Map<String,String> map) |
void |
add(MapMatrix<String,String> map) |
void |
add(Matrix input) |
void |
add(Sample sample) |
int |
countResults(String query) |
Sample |
getSample(String id) |
int |
getSize() |
ListDataSet |
search(String query) |
ListDataSet |
search(String query,
int count) |
ListDataSet |
search(String query,
int start,
int count) |
static final String INPUT
static final String SCORE
void add(ListDataSet dataSet) throws Exception
ExceptionListDataSet search(String query, int start, int count) throws Exception
ExceptionListDataSet search(String query) throws Exception
ExceptionListDataSet search(String query, int count) throws Exception
ExceptionCopyright © 2015 Java Data Mining Package. All rights reserved.