Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
weka で選択した列を離散化することは可能ですか? データセットに 42 列あり、経度と緯度のみを離散化 (間隔で分割) したいのですが、すべての列が離散化されています。
Discretize (attributeIndices) には、フィルターを適用する属性を指定できるプロパティがあります。
ここに属性を入力するだけで、準備完了です。
お役に立てれば!