sr_tutorial - morinim/vita GitHub Wiki

Introduction

This page gives some quick examples of using the SR utility that you can run in a few minutes. After trying out these examples, you can read the full documentation to learn how to use it for your own specific needs.

All you need to follow the examples is:

Iris flowers

The problem

http://upload.wikimedia.org/wikipedia/commons/thumb/5/56/Kosaciec_szczecinkowaty_Iris_setosa.jpg/320px-Kosaciec_szczecinkowaty_Iris_setosa.jpg http://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Iris_versicolor_3.jpg/320px-Iris_versicolor_3.jpg http://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Iris_virginica.jpg/295px-Iris_virginica.jpg

We will start with the Iris dataset ("iris.xrff"), this is perhaps the best known database to be found in the pattern recognition literature. It consists of 50 samples from each of three species of Iris flowers (Iris setosa, Iris virginica and Iris versicolor). Four features were measured from each sample, they are the length and the width of sepal and petal, in centimeters. Based on the combination of the four features, we need to distinguish the species from each other.

Let's go:

sr iris.xrff

TO BE FINISHED