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.
PyML の SVM を使用して読み取りを分類していますが、判別式をデフォルト (0 と想定) よりも高い値に設定したいと考えています。どうすればいいのですか?
Ps。それが問題になる場合は、liblinear-optimizer で線形カーネルを使用しています。
以下のラウンドアバウトの方法:
方法を使用しresult.getDecisionFunction()て、自分の好みに応じて選択してください。
result.getDecisionFunction()
次のような値のリストを返します。
[-1.0000000000000213, -1.0000000000000053, -0.9999999999999893]
より良い答えはまだ高く評価されています。