Skip to content
AllenYGY's Blog
Search
K
Main Navigation
Home
Blog
Tags
Archive
Note
Functional Programming
Theory Of Computation
Compiler Construction
Computer Graphics
Computer Network
Database Management System
Computer Organization
Operating System
Appearance
Menu
Return to top
On this page
K Cross Verified
常用于数据不足时
将训练数据分成
k
块
For i=1,...,k
使用第
i
块作为验证数据集,其余作为训练数据集
报告
k
个验证集的平均
常用:K=5,10 数据较大时,也可以 K = 3