エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Use Weka in your Java code - WekaWiki
Pre 3.5.5 and 3.4.x Reading from an ARFF file is straight forward: import weka.core.Instances; im... Pre 3.5.5 and 3.4.x Reading from an ARFF file is straight forward: import weka.core.Instances; import java.io.BufferedReader; import java.io.FileReader; ... Instances data = new Instances( new BufferedReader( new FileReader("/some/where/data.arff"))); // setting class attribute data.setClassIndex(data.numAttributes() - 1); The class index indicate the target attribute used for classification. By




2007/11/14 リンク