Skip to content

Instantly share code, notes, and snippets.

@masayang
Created October 6, 2012 02:12
Show Gist options
  • Save masayang/3843467 to your computer and use it in GitHub Desktop.
Save masayang/3843467 to your computer and use it in GitHub Desktop.
Ggobiの導入とIrisデータセットの取得
Ggobiの導入
Shellから
$ sudo apt-get install ggobi
GUIから
Ubuntu Software Centerを起動し、ggobiを検索、インストール
Irisデータセットの取得
Shellから
$ wget http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data
GUIから
ブラウザで http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data を開き、データをダウンロード
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment