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.
とすれば:
data(iris) fit <- rpart(Species~., iris) predict(fit)
これにより、トレーニング データの交差検証された予測が得られますか?
rpart ドキュメントで CV 予測の確認が見つかりませんでした。
10倍