I created this a while back. One of the first Machine Learning algorithms that I implemented in Ruby. Hope it helps people out. ######## # Title: Ruby Implemintation of (Find-S Algorithm) # Description: Find-S algorithm allows us to get a hypothesis that will categorize # our data set to its MOST GENERAL FORM. # Author: