shogun-toolbox / shogun-demo

Shogun Toolbox Interactive Web Demos
7 stars 17 forks source link

add some options and refactor #45

Closed Saurabh7 closed 10 years ago

Saurabh7 commented 10 years ago

@karlnapf I was trying to add FITC inference to GPregression but I don't quite understand how allowing the user to set inducing points should work?

should one be allowed to set any point on the X-Y grid as inducing point or only on the x-axis? (Y axis are regresison labels here)

could you give me a quick gist about this?

karlnapf commented 10 years ago

left click adds regression point right click adds inducing point

makes sense?

karlnapf commented 10 years ago

patch looks good ill check locally now