PAMI - An Open Source PAttern MIning Python Library

PAMI is a Python library containing 100+ algorithms to discover useful patterns in various databases across multiple computing platforms. (Active)

<– Return to home page

Casing style followed in PAMI

Python coders mostly use snake casing for coding purposes. However, we request the coders to develop the algorithms in ‘camel casing,’ which is a popular convention.

What is camel casing?

CamelCase is a way to separate the words in a phrase by making the first letter of each word capitalized and not using spaces.

An example

  1. The variable “minimum support” is written as minSup.
  2. A method having the name “get patterns” is written as getPatterns().

Click here for more information on camel casing