- 博客(6)
- 资源 (2)
- 收藏
- 关注
原创 c#与matlab混合编程 调用机器学习工具箱 决策树
首先是在 matlab 中训练模型,代码如下 clear all; clc; %加载训练 测试数据 y_valid = load('shuju/valid_data_label4.mat'); y_valid = y_valid.valid_data_label4; x_valid = load('valid_data4.mat'); x_valid = x_valid.valid_dat...
2018-12-03 21:49:29
1050
原创 windows下xgboost安装
1)下载xgboost源码 https://github.com/dmlc/xgboost 2)解压下载好的源码 4)下载windows下的编译好的xgboost库文件 http://www.picnet.com.au/blogs/guido/2016/09/22/xgboost-windows-x64-binaries-for-download/ 将下载好的xgboost.dl...
2018-11-16 20:17:48
271
转载 Email Spam Filtering : A python implementation with scikit-learn
https://appliedmachinelearning.wordpress.com/2017/01/23/email-spam-filter-python-scikit-learn/Text mining (deriving information from text) is a wide field which has gained popularity with the huge tex...
2018-04-04 16:27:46
1044
原创 迭代器赋初值
class CheckedOutBook { public: CheckedOutBook(list::iterator ar = list::iterator(), list::iterator bk = list::iterator()) { author = ar; book = bk; }
2017-11-22 10:23:05
1098
转载 C++中将string类型转换为int, float, double类型 主要通过以下几种方式:
转载自:http://blog.youkuaiyun.com/candadition/article/details/7342380 C++中将string类型转换为int, float, double类型 主要通过以下几种方式: # 方法一: 使用stringstream stringstream在int或float类型转换为string类型的方法中已经介绍过, 这
2017-11-10 09:26:49
531
转载 C#对Access数据库的操作
转自:http://www.cnblogs.com/shellway/archive/2011/06/07/2074585.html 下面以Access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应
2017-03-14 13:24:33
410
TDOA estimation algorithm based on generalized cyclic correntropy
2018-10-12
统计学习方法-书签版
2018-11-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅