Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MH-Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
disa
public
Hulls
MH-Tree
Graph
9d974aac1386252a30dd3c05fdb5e3d7b5855723
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Oct
24
23
21
18
23
Sep
6
5
16
Aug
3
Jan
28
Nov
27
23
Oct
6
5
2
29
Sep
27
21
20
9
May
29
Mar
27
12
Sep
2
26
Aug
24
22
19
10
5
2
1
29
Jul
15
13
12
11
20
Jun
18
May
16
28
Apr
21
Mar
19
16
17
Feb
16
20
Jan
13
8
Dec
2
1
27
Nov
21
20
19
18
17
11
8
30
Oct
20
19
8
22
Jul
25
Jun
18
May
17
13
11
6
5
4
25
Apr
23
21
19
18
12
8
7
5
2
20
Mar
17
15
28
Feb
26
24
21
19
10
9
28
Jan
22
20
19
15
13
2
30
Dec
21
14
6
27
Nov
No grid testing done on MH-tree building parameters when --load is specified.
paper_dynamicity
paper_dynamicity
Fix in saving MH-tree when created and --save was used.
Support for deserialization of MH-tree via --loadIndex
Making the code cleaner.
paper_dynamicit…
paper_dynamicity_mh_tree_from_clusters
A debug IF added (to re-run a 1-NN query that did not find the answer when 100% buckets got accessed) -- TO BE REMOVED IN FUTURE
Distribution of recall values calculated and reported
create tree from clusters and eval
OperationTime is reported in M-tree evaluation
Evaluation of MTree updated (streams() code commented out and added classic code (due to debugging).
Benchmark prints query result objects
Config extended with --load argument to support deserialization of an existing index (supported by M-tree and PM-tree currently)
Merge branch 'mima_tud_fixed_v' of https://gitlab.fi.muni.cz/disa/public/hulls/mh-tree into mima_tud_fixed_v
mima_tud_fixed_v
mima_tud_fixed_v
jar updated by kNNHullRepr
added split strategies benchmark
Fixed the incorrect number of distance computations per query.
paper_dynamicit…
paper_dynamicity_david
Added code descriptions, code reordering
Extend the generic type T to all Vertex types in MST
Made variable names more straightforward to understand
Added MST as one of the split types
Added a new split type: MST
The MST components now take generic type T instead of LocalAbstractObject
Added MST as one of the bucket split types
Added note about clearing GlobalPrecomputedDistancesFilter
Added example code to load different types of objects (vectors, sequences, and their distance-cached variants)
Added functions for loading data objects that exploit the GlobalPrecomputedDistancesFilter.CREATOR
Added a new bucket split type: MST
Added the core implementation of MST
Added object representation for ObjectFloatVectorNeuralNetworkL2 and ObjectIntSequenceJaccard exploiting the GlobalPrecomputedDistancesFilter.CREATOR
ObjectIntSequenceJaccard now returns proper distance instead of similarity
Older Java compatibility
Added a representation of integer sequences that are compared using Jaccard similarity
fix distComps + time measurements
update distComps, correct time measuremets
Env setup, refactoring
removed sout messages
Merge branch 'mima_tud_fixed_v' of https://gitlab.fi.muni.cz/disa/public/hulls/mh-tree into mima_tud_fixed_v
refactoring, multi split leaves
refactoring
refactoring
* PM-tree updates in using inserted objects as bulk-loaded ones.
vlasta-candidat…
vlasta-candidates-leaf-hulls-static-and-candidates
Loading