Skip to main content

Table 2 The algorithm of O-HARP. L1-L10 are line numbers.

From: Genome classification by gene distribution: An overlapping subspace clustering approach

Algorithm O-HARP (N is the number of dimensions in the dataset, t and f are the merge score and filtering thresholds)

L1

   For d : = N to 1 do {

L2

      BuildScoreCache(d, t)

L3

      While cache is not empty {

L4

         FindBestMatch()

L5

         PerformMatch()

L6

         UpdateParentChildRelationship()

L7

         UpdateScoreCache()

L8

      }

L9

   }

L10

   FilterOutInsignificantClusters(f)