Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Total number of occurrences
@todo 0
TODO 33

Each tag is detailed below:

TODO

Number of occurrences found in the code: 33

net.obsearch.ambient.AbstractAmbient Line
Auto-generated method stub 190
net.obsearch.example.OBSliceFactory Line
Auto-generated method stub 32
net.obsearch.example.ted.SliceAST Line
refactor all these things. hack to keep the unit tests working dummy 264
net.obsearch.example.ted.SliceASTForStandardTed Line
refactor all these things. hack to keep the unit tests working dummy 257
net.obsearch.index.AbstractOBIndex Line
maybe change this to a hash to avoid the problem with objects that have multiplicity. 501
allow indexes to freeze multiple times. 584
net.obsearch.index.knngraph.AbstractKnnGraph Line
test if the element exists in the DB. Put this method as insertBucketBulk 152
Auto-generated method stub 198
net.obsearch.index.knngraph.impl.KnnGraphShort Line
test if the element exists in the DB. Put this method as insertBucketBulk 104
Auto-generated method stub 353
Auto-generated method stub 362
Auto-generated method stub 733
Auto-generated method stub 739
Auto-generated method stub 802
Auto-generated method stub 811
net.obsearch.index.pivot.AbstractPivotOBIndex Line
in the future, make an array of arrays of pivots for indexes like D. 84
net.obsearch.index.pptree.AbstractPPTree Line
improve the way we represent the data. Instead of having two huge vectors with each of the elements, we could have one byte vector whose elements point to the cluster the element belongs to. 545
check this statement: 793
net.obsearch.index.pptree.AbstractSpaceTreeNode Line
remove this to save some memory private float [] center; 35
net.obsearch.index.pptree.SpaceTreeLeaf Line
this thing sometimes generates 1.00001 or stuff like that. shall we just force it to be 1? 210
net.obsearch.index.pptree.impl.PPTreeShort Line
Auto-generated method stub 549
net.obsearch.index.pyramid.AbstractExtendedPyramidIndex Line
move these parameters to a centralized configuration file. 317
move these parameters to a centralized configuration file. 331
net.obsearch.index.pyramid.imp.ExtendedPyramidIndexShort Line
select the pyramids randomly just like quicksort 194
Auto-generated method stub 528
net.obsearch.pivots.AbstractIncrementalPivotSelector Line
The id auto increment must be initialized properly. We should leave this auto-increment to the underlying storage system. 59
net.obsearch.pivots.IncrementalPivotSelector Line
unify IncrementalPivotSelector and PivotSelector, find common functionality and create a better interface. 38
net.obsearch.pivots.dummy.IncrementalDummyPivotSelector Line
Auto-generated method stub 50
net.obsearch.storage.OBStore Line
put all the ids in longs and not in ints. 147
For File mappings we might need to create a function that allows the user to expand the size of the buffer by some %. We don't need this right now but the current architecture will support this. 238
net.obsearch.storage.l.AbstractOBLStore Line
Auto-generated method stub 197
Auto-generated method stub 285
If the cache closes the object, then the iterator will become invalid. We have to check for such case. 311