java 實現數據挖掘的獨熱編碼 OneHot

// 獨熱編碼,對某一列進行編碼 public static ArrayList<String> oneHot(ArrayList<String> list, int index) throws Exception { // 創建鍵值 HashSet<String> set = new HashSet<>(); for (String l : list)
相關文章
相關標籤/搜索