clear; echo off;

Ni = 10;  % Number of inner points.
N  = 40;  % Number of points in total.
[X,Y]=makeSet(Ni,N);
sigma = 0.5;

ActiveLearn(X,Y,sigma)


