admin

admin

An OOP Story

Every time I am teaching the OOP concepts, I always tell this story to my audiences. Since my first class back in 2008 until today. Without fail. The story is applicable to any programming languages. This is a story about…

Association Rules in R

Disclaimer: This example is taken from a reference titled ‘R In A Nutshell’ by Joseph A. Adler One of my favourite examples from the book is this one. Mostly because it talks about my favourite bands. Association rules are a…

Classification in R

Disclaimer: This example is taken from a reference titled ‘R In A Nutshell’ by Joseph A. Adler Classification is another type of supervised learning in Machine Learning (ML). Classification is a process of categorizing a given set of data into…