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.
ROC 曲線のすべての座標をリストに保存して、後で複数の ROC 曲線をプロットできるようにしたいと考えています。
すべての座標を返すように x 値を指定するにはどうすればよいですか?
roc_train <- roc(target~prob, data=ordered_test, col="#1c61b6") coord_list <- list() coord_list[1] <- coords(roc_train)