Created
October 6, 2012 02:12
-
-
Save masayang/3843467 to your computer and use it in GitHub Desktop.
Ggobiの導入とIrisデータセットの取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ggobiの導入 | |
Shellから | |
$ sudo apt-get install ggobi | |
GUIから | |
Ubuntu Software Centerを起動し、ggobiを検索、インストール |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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