Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Sitaras
/
Software-Development-for-Algorithmic-Problems_Project-1
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
toPush
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 7, 2021
fix bugs, for n=1 neighbor -> different function from n>1 neigbors
sitaras
committed
6457c07
Copy full SHA for 6457c07
README added, fix some bugs at command line args
sitaras
committed
92d1486
Copy full SHA for 92d1486
Commits on Nov 6, 2021
Fixed r on h functions of LSH
giannhskp
committed
78662a1
Copy full SHA for 78662a1
Removed forgotten printf
giannhskp
committed
c8f1868
Copy full SHA for c8f1868
More testing (+ small fixes)
giannhskp
committed
4fd4e1c
Copy full SHA for 4fd4e1c
Testing on big input | Fixed a bug (seg-fault) on kmeans++ | Implemented different MOD functions in order to avoid overflow
giannhskp
committed
33a0040
Copy full SHA for 33a0040
Commits on Nov 5, 2021
test new git token
sitaras
committed
cd81ae0
Copy full SHA for cd81ae0
Commits on Nov 4, 2021
test with big data, scary slow
sitaras
committed
fb87f54
Copy full SHA for fb87f54
comments added at: lustering.c, kmeansplusplus.c, hashtableList.c
sitaras
committed
c7291ca
Copy full SHA for c7291ca
Merge pull request #13 from Sitaras/debugCluster2
Show description for f99c2b6
giannhskp
authored
f99c2b6
Copy full SHA for f99c2b6
more testing
giannhskp
committed
838d0c1
Copy full SHA for 838d0c1
Clustering tested, small changes were made
giannhskp
committed
c3b4755
Copy full SHA for c3b4755
a try to achieve cluster converge, nothing really changed
sitaras
committed
a59b8cd
Copy full SHA for a59b8cd
Commits on Nov 3, 2021
Merge pull request #12 from Sitaras/debugCluster
Show description for 177ab15
giannhskp
authored
177ab15
Copy full SHA for 177ab15
small fixes
giannhskp
committed
8c987fc
Copy full SHA for 8c987fc
-complete added, comments
sitaras
committed
beeebe2
Copy full SHA for beeebe2
Merge pull request #11 from Sitaras/improvements
Show description for 18ac3a8
giannhskp
authored
18ac3a8
Copy full SHA for 18ac3a8
Added shillouete output | Added total shillouete of cluster | Added timer for all clustering methods
giannhskp
committed
c8db3f3
Copy full SHA for c8db3f3
Added binary search on kmeans++
giannhskp
committed
066299c
Copy full SHA for 066299c
kmeansplusplus, /repeat <input_file> fixed,add some comments on hashTableList.c
sitaras
committed
93aba5e
Copy full SHA for 93aba5e
Commits on Nov 2, 2021
Small fix on H functions of Hypercube
giannhskp
committed
4763140
Copy full SHA for 4763140
Merge pull request #10 from Sitaras/fixHfuncsLSH
Show description for 619e859
giannhskp
authored
619e859
Copy full SHA for 619e859
Problem with truDistance solved
giannhskp
committed
e888735
Copy full SHA for e888735
Small fixes, problem still exists in first neighbor of TrueDist
giannhskp
committed
594d326
Copy full SHA for 594d326
Started fixing bugs on G functions of LSH
giannhskp
committed
92b61cc
Copy full SHA for 92b61cc
Commits on Nov 1, 2021
Fixed a bug on G_functions of LSH (g_func.m) | Fixed a bug on ClusterLSH (w was not initialized)
giannhskp
committed
c961397
Copy full SHA for c961397
LSH and Hypercube comments, add comments for the calculation of the hamming distance
sitaras
committed
946759f
Copy full SHA for 946759f
LSH comments
sitaras
committed
92c9436
Copy full SHA for 92c9436
Commits on Oct 31, 2021
add some comments at LSH
sitaras
committed
a3c3b65
Copy full SHA for a3c3b65
Merge pull request #9 from Sitaras/Silhouette
Show description for 34ac21a
giannhskp
authored
34ac21a
Copy full SHA for 34ac21a
Fixed the initialization (size) of the hashTables used in Range Search (LSH and Hyercube)
giannhskp
committed
c99762c
Copy full SHA for c99762c
Added time measurements for HyperCube (+time measurment for RangeSearch in LSH)
giannhskp
committed
01ea926
Copy full SHA for 01ea926
Fixed the initialization of LSH. The size of every hashTable is now based on the number of vectors of the input file (n/4)
giannhskp
committed
3c2f3f5
Copy full SHA for 3c2f3f5
Added time measurements for LSH
giannhskp
committed
4bea905
Copy full SHA for 4bea905
Implemented Silhouette for all clustering methods
giannhskp
committed
9bb466e
Copy full SHA for 9bb466e
Pagination
Previous
Next
You can’t perform that action at this time.