Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

jujaga/SENG-474

Repository files navigation

SENG 474
Authors: Jeremy Ho, Helen Lin
----------------------------------------

This repository has a sliq implementation in Python
classlist.py: stores, holds, and performs sliq algorithm
sliq.py: main function - input & output

----------------------------------------
Usage
----------------------------------------
Windows
	python sliq.py < input.arff [ > output file ]

		OR

	type input.arff | python sliq.py [ > output file ]

Unix
	python sliq.py < input.arff [ > output file ]

		OR

	cat input.arff | python sliq.py [ > output file ]

----------------------------------------
Notes
----------------------------------------
input should be an .arff file
All input and output will go through stdin and stdout respectively.

Releases

No releases published

Packages

No packages published

Languages