SkillAgentSearch skills...

Ppic

🖐Palmprint ID Center. Microservice of palmprint registration and verification.

Install / Use

/learn @PalmID/Ppic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ppic(Palmprint ID Center)

pipeline status codecov MIT licensed

service

optimize

verification

Traversing the database to find the most similar palmprint is an extremely time-consuming operation.

Therefore, an algorithm needs to be designed to achieve similar palmprint search in less time while ensuring the accuracy.

Multilevel Clusterings Search

There are N records in the database. If we traverse the database, time complexity is O(n).

Now let's group all data into L1 clusterings. For every clustering, if it's records more than x, group all data into L2 clusterings. Iterate this step until the minimum granularity of the clusterings data size is less than x. The time complexity is O(L1+L2+...+Ln+x).

How to generate Multilevel Clusterings
How to search with Multilevel Clusterings
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks0

Languages

C++

Security Score

75/100

Audited on Jan 14, 2025

No findings