public class MultiIndex extends AbstractIndex implements SimilaritySearcher
Algorithm.EdgeDirectionALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGET, WEIGHTDESCRIPTION| Constructor and Description |
|---|
MultiIndex(Index... indices) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Sample sample) |
Sample |
getSample(String id) |
ObservableMap<Sample> |
getSampleMap() |
int |
getSize() |
ListDataSet |
search(String query,
int start,
int count) |
ListDataSet |
searchSimilar(Sample sample) |
ListDataSet |
searchSimilar(Sample sample,
int count) |
ListDataSet |
searchSimilar(Sample sample,
int start,
int count) |
void |
setSamples(ObservableMap<Sample> samples) |
add, add, add, add, countResults, search, searchaddVariableKey, calculate, calculate, calculate, calculate, calculateObjects, calculateObjects, calculateObjects, clear, getAlgorithmMap, getDataSetMap, getDescription, getEdgeDirection, getEdgeLabel, getId, getInputKeys, getLabel, getLabelObject, getOutputKeys, getVariableKeys, getVariableMap, setAlgorithm, setDescription, setEdgeDirection, setEdgeLabel, setId, setLabel, setVariable, setVariables, toStringclone, fireValueChanged, getCoreObjectId, getGUIObject, showGUIequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCoreObjectIdfireValueChanged, getGUIObject, showGUIpublic MultiIndex(Index... indices)
public ListDataSet search(String query, int start, int count) throws Exception
public ListDataSet searchSimilar(Sample sample, int start, int count) throws Exception
searchSimilar in interface SimilaritySearcherExceptionpublic final ListDataSet searchSimilar(Sample sample) throws Exception
searchSimilar in interface SimilaritySearcherExceptionpublic final ListDataSet searchSimilar(Sample sample, int count) throws Exception
searchSimilar in interface SimilaritySearcherExceptionpublic ObservableMap<Sample> getSampleMap()
public void setSamples(ObservableMap<Sample> samples)
Copyright © 2015 Java Data Mining Package. All rights reserved.