image
開啟檔案 C:\Program Files\Weka-3-6\data\weather.nominal.arff點擊Edit按鈕開啟後, 使用者可以點選任何一欄資料, 會馬上跳出下拉選單, 方便修改,這功能簡單實用!按下OK就會修改, 相反, 按下Cancel則不修改囉!-------------------------------------------------------------------------------------------------------------------------------去除(Remove)某一個屬性點選weka->filters->unsupervised->attribute->Remove點選Choose旁邊的Edit, 跳出對話框, 填入欲刪除temperature的屬性索引=2按下Apply套用, 只刪除記憶體中的資料, 不會影響原本的資料檔案內容

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
查看目前系統包含哪些library
> library()
C:\Program Files\R\R-3.1.2\library 可以找到對應的library資料夾載入某一個library例如boot
library(boot)

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
Writing your own functions計算兩點距離
 1: > calDist<-function(x1, x2){
 2: + d = x1 - x2;
 3: + dist = d * d;
 4: + sdist = sqrt( sum(dist) );
 5: + sdist
 6: + }

me1237guy 發表在 痞客邦 留言(0) 人氣()

先前有寫過Add Something to DataGridView


發現加入的checkbox, 使用者勾選完之後並沒有更新(假設滑鼠停留在該cell), 必須等到該cell沒有被focus才會觸發更新@@換句話說, 如果使用者沒有選擇其他cell時, 該check value並沒有備更新!好險下面這篇已經有人解決這個問題: Firing The DataGridView CellValueChanged Event Immediately

me1237guy 發表在 痞客邦 留言(1) 人氣()

image
 1: label1.Text = "目前系統目錄為:" + Environment.SystemDirectory;//顯示系統目錄
---------------------------------------------------------------------------------------------------------------------------
 1: label1.Text = "機器名稱為:" + Environment.MachineName;//顯示機器名稱
---------------------------------------------------------------------------------------------------------------------------抓取目前目錄夾位置
 1: richTextBox1.Text = "目前程式執行目錄:" + Environment.CurrentDirectory;//取得目前程式執行目錄

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
Reading data from filesread.table() 或是 scan()利用read.table讀取houses.txt
 1: > HousePrice <- read.table("C:\\statistics R\\houses.txt")
 2: > HousePrice
 3: Price Floor Area Rooms Age Cent.heat
 4: 01 52.00 111 830 5 6.2 no
 5: 02 54.75 128 710 5 7.5 no
 6: 03 57.50 101 1000 5 4.2 no
 7: 04 57.50 131 690 6 8.8 no
 8: 05 59.75 93 900 5 1.9 yes

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
R-(D)COM Interface (for Windows) contains a COM server used to connect a client application (e.g., Microsoft Excel) with R. An Add-In for Microsoft Excel is provided as well as Active X controls to be included in your applicationsC:\Program Files (x86)\statconn\DCOM預設只有勾選前兩項
---------------------------------------------------------------------------------------------------------------------------------

me1237guy 發表在 痞客邦 留言(0) 人氣()

array( 初始值, 維度) 產生2x3陣列裡面元素為0
 1: > x<-array(0, dim=c(2,3))
 2: > x
 3: [,1] [,2] [,3]
 4: [1,] 0 0 0
 5: [2,] 0 0 0

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
在work with輸入http://dl-ssl.google.com/android/eclipse勾選Android DDMS 和 Android Development Tool(ADT), 按下一步安裝出現對話框, 選擇<確定>----------------------------------------------------------------------------------------------------------------如果跳出訊息找不Andriod SDK安裝路徑, 以本機為例:C:\Users\ryanwang\AppData\Local\Android\sdk

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
Python 3.4.2  win7 64 bit 環境下載 Windows x86-64 MSI installer
C:\Python34\

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
http://mercurial.selenic.com/Mercurial is a free, distributed source control management tool.It efficiently handles projects of any size and offers an easy and intuitive interface.
開始安裝…

me1237guy 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。