自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 训练集、验证集和测试集

参考:https://blog.csdn.net/kieven2008/article/details/81582591 一、含义与区别 一般做预测分析时,会将数据分为两大部分。一部分是训练数据,用于构建模型,一部分是测试数据,用于检验模型。 训练集(train set) —— 用于模型拟合的数据样本。 在数据分析中,有些算法需要利用现有的数据构建模型,比如贝叶斯分类器,决策树...

2019-09-05 10:37:10 794

原创 分子量(Molar Mass, ACM/ICPC Seoul 2007, UVa1586)

An organic compound is any member of a large class of chemical compounds whose molecules contain carbon. The molar mass of an organic compound is the mass of one mole of the organic compound. The mola...

2018-07-27 11:34:27 361

原创 Score(ACM/ICPC Seoul 2005,UVa1585)

#include<iostream> #include<string> using namespace std; int main() { char score[90]; int k; cin >> k; while (k--) { memset(score, 'X', sizeof(score)); cin >> score; ...

2018-07-25 15:26:11 219

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除