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.
回帰モデルを作成し、Predicion を使用して一部のデータを更新したいと考えました。機械学習用の API を更新します。
更新クラス「setOutput関数」のJava APIドキュメントは、私にはあまり明確ではありません。出力値を「回帰またはクラスラベル」と呼びます。これは、回帰モデルの場合、setOutPut("regression") を呼び出す必要があるということですか?
また、更新が成功したかどうかを確認するにはどうすればよいですか? ありがとう。
Prediction.trainedmodels.get,modelInfo/numberInstances を確認します,数足すと 1 ですか?