| Algorithm 1 One-Class DBSCAN |
| Input: |
|
D: The dimension of the vector. m: The size of the training data. {}: Training dataset : The parameter of One-Class DBSCAN, which means that the distance is . : The parameter of One-Class DBSCAN, which is the minimum number of data vectors within the distance required to form a core object. |
| Function: |
: The set of core objects |