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.
3 つの機能と 2 つのクラスの問題に libsvm の svmtrain 関数を使用しています。他の理由で、svmtrain の結果からの決定境界に基づいてルックアップ テーブルを作成したいと考えています。
LUT には 3 つの次元があります。各機能に 1 つずつあり、各エントリは -1 または 1 です (--> 2 クラスの問題)。
トレーニング データを使用してルックアップ テーブルを作成する方法を知っている人はいますか?