A C D G I K L M N P Q R S T U
A
- AbstractTest - Class in ch.ethz.globis.tinspin.data
-
- AbstractTest(Random, TestStats) - Constructor for class ch.ethz.globis.tinspin.data.AbstractTest
-
- aggregate(List<TestStats>) - Static method in class ch.ethz.globis.tinspin.TestStats
-
C
- Candidate - Class in ch.ethz.globis.tinspin.wrappers
-
- Candidate() - Constructor for class ch.ethz.globis.tinspin.wrappers.Candidate
-
- cfgDataLen - Variable in class ch.ethz.globis.tinspin.TestStats
-
length of the populated data area
- cfgKnnQueryBaseRepeat - Variable in class ch.ethz.globis.tinspin.TestStats
-
How often kNN queries are repeated.
- cfgNBits - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgNDims - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgNEntries - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgPointQueryRepeat - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgRectLen - Variable in class ch.ethz.globis.tinspin.TestStats
-
length of the data rectangles
- cfgUpdateRepeat - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgUpdateSize - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgWindowQueryRepeat - Variable in class ch.ethz.globis.tinspin.TestStats
-
- cfgWindowQuerySize - Variable in class ch.ethz.globis.tinspin.TestStats
-
Expected average number of entries in a query result.
- ch.ethz.globis.tinspin - package ch.ethz.globis.tinspin
-
- ch.ethz.globis.tinspin.data - package ch.ethz.globis.tinspin.data
-
- ch.ethz.globis.tinspin.wrappers - package ch.ethz.globis.tinspin.wrappers
-
- clone() - Method in class ch.ethz.globis.tinspin.TestStats
-
- cloneStats() - Method in class ch.ethz.globis.tinspin.TestStats
-
- createInstance(Random, TestStats) - Method in interface ch.ethz.globis.tinspin.TestHandle
-
- createTree() - Method in class ch.ethz.globis.tinspin.TestStats
-
D
- DEFAULT_CFG_REPEAT - Static variable in class ch.ethz.globis.tinspin.TestStats
-
How often are tests repeated?
- DEFAULT_DATA_LEN - Static variable in class ch.ethz.globis.tinspin.TestStats
-
Edge length of the populated data area.
- DEFAULT_N_KNN_QUERY - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DEFAULT_N_POINT_QUERY - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DEFAULT_N_UPDATE_CYCLES - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DEFAULT_N_UPDATES - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DEFAULT_N_WINDOW_QUERY - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DEFAULT_RECT_LEN - Static variable in class ch.ethz.globis.tinspin.TestStats
-
Average edge length of the data rectangles.
- DEFAULT_W_QUERY_SIZE - Static variable in class ch.ethz.globis.tinspin.TestStats
-
- DIM - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
G
- generate() - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- generateQuery(double[], double[], double, double) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
Generate query rectangle.
- generateQuery2(double[], double[], double, double) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
Generate query rectangle.
- generateQuery3(double[], double[], double[], double[], double, boolean) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
Generate query rectangle.
- generateUpdates(int, double[], double[][]) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- generateWindowQueries(double[][], double[][]) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- getCandidateClassNamePoint() - Method in interface ch.ethz.globis.tinspin.IndexHandle
-
- getCandidateClassNameRectangle() - Method in interface ch.ethz.globis.tinspin.IndexHandle
-
- getN() - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- getN() - Method in class ch.ethz.globis.tinspin.TestStats
-
- getNative() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- getNativeStats() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- getStats(TestStats) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- getTestClassName() - Method in interface ch.ethz.globis.tinspin.TestHandle
-
- getTestStats() - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- getTestType() - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- globalMax - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- globalMin - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
I
- INDEX - Variable in class ch.ethz.globis.tinspin.TestStats
-
- IndexHandle - Interface in ch.ethz.globis.tinspin
-
- isRangeData() - Method in interface ch.ethz.globis.tinspin.TestHandle
-
- isRangeData - Variable in class ch.ethz.globis.tinspin.TestStats
-
K
- knnQuery(int, double[]) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
Called when the tree should execute the
k-nearest-neighbor queries defined by the arguments.
L
- len(int) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- load(double[], int) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- log(String) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- logWarning(String) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
M
- max(int) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- maxUpdateDistance() - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- min(int) - Method in class ch.ethz.globis.tinspin.data.AbstractTest
-
- minimumMsPerTest - Variable in class ch.ethz.globis.tinspin.TestStats
-
Tests are repeated until a minimum amount of time has passed.
N
- name() - Method in interface ch.ethz.globis.tinspin.IndexHandle
-
- name() - Method in interface ch.ethz.globis.tinspin.TestHandle
-
P
- param1 - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- param1 - Variable in class ch.ethz.globis.tinspin.TestStats
-
- param2 - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- param2 - Variable in class ch.ethz.globis.tinspin.TestStats
-
- paramEnforceGC - Variable in class ch.ethz.globis.tinspin.TestStats
-
- paramStr - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- paramStr - Variable in class ch.ethz.globis.tinspin.TestStats
-
- paramStr2 - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- paramStr2 - Variable in class ch.ethz.globis.tinspin.TestStats
-
- pointQuery(Object) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
Called when the tree should execute the point
queries defined by the arguments.
- preparePointQuery(double[][]) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
This method is called before the actual point
query, providing the underlying tree with the
possibility to pre-process the query data
Q
- query(double[], double[]) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
Called when tree should execute a range query
- queryToList(double[], double[]) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
R
- R - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- release() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
This method is invoked at the end of the test run
to allow freeing of allocated resources
- run(Candidate, int, int) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- runSmokeTest(Candidate, int) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
S
- S - Variable in class ch.ethz.globis.tinspin.data.AbstractTest
-
- seed - Variable in class ch.ethz.globis.tinspin.TestStats
-
- SEEDmsg - Variable in class ch.ethz.globis.tinspin.TestStats
-
- setCandidateClass(String) - Method in class ch.ethz.globis.tinspin.TestStats
-
- setFailed(Throwable) - Method in class ch.ethz.globis.tinspin.TestStats
-
- setN(int) - Method in class ch.ethz.globis.tinspin.TestStats
-
- setSeed(long) - Method in class ch.ethz.globis.tinspin.TestStats
-
- statNDistCalc - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNDistCalc1NN - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNDistCalcKNN - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNNodeAHC - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNNodeInternalNT - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNNodeNT - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNnodes - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statNpostlen - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statSCalc - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statSjvmE - Variable in class ch.ethz.globis.tinspin.TestStats
-
- statSjvmF - Variable in class ch.ethz.globis.tinspin.TestStats
-
- supportsKNN() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- supportsPointQuery() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- supportsUnload() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- supportsUpdate() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- supportsWindowQuery() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
T
- TEST - Variable in class ch.ethz.globis.tinspin.TestStats
-
- testDescription1() - Method in class ch.ethz.globis.tinspin.TestStats
-
- testDescription2() - Method in class ch.ethz.globis.tinspin.TestStats
-
- TestHandle - Interface in ch.ethz.globis.tinspin
-
- testHeaderNew() - Static method in class ch.ethz.globis.tinspin.TestStats
-
- testHeaderOld() - Static method in class ch.ethz.globis.tinspin.TestStats
-
- TestStats - Class in ch.ethz.globis.tinspin
-
- TestStats(TestHandle, IndexHandle, int, int, double) - Constructor for class ch.ethz.globis.tinspin.TestStats
-
- TestStats(TestHandle, IndexHandle, int, int, boolean, double, double) - Constructor for class ch.ethz.globis.tinspin.TestStats
-
- toString() - Method in class ch.ethz.globis.tinspin.TestStats
-
- toString() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
- toStringNew() - Method in class ch.ethz.globis.tinspin.TestStats
-
- toStringOld() - Method in class ch.ethz.globis.tinspin.TestStats
-
U
- unload() - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
Called when the tree should delete all the points
it contains.
- update(double[][]) - Method in class ch.ethz.globis.tinspin.wrappers.Candidate
-
A C D G I K L M N P Q R S T U
Copyright © 2018 ETH Zurich. All rights reserved.