上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 164 下一页
  2018年11月13日
摘要: https://blog.csdn.net/yijiaobani/article/details/78880004 阅读全文
posted @ 2018-11-13 13:07 蔡军帅 阅读(126) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yijiaobani/article/details/78880004 阅读全文
posted @ 2018-11-13 13:07 蔡军帅 阅读(445) 评论(0) 推荐(0)
摘要: 在医学统计学或者流行病学里的现场调查、样本选择经常会提到一个词:随机抽样。随机抽样是为了保证各比较组之间均衡性的一个很重要的方法。那么今天介绍的第一个函数就是用于抽样的函数sample: > x=1:10 > x=1:10 > sample(x=x) > sample(x=x) [1] 3 5 9 阅读全文
posted @ 2018-11-13 12:36 蔡军帅 阅读(4946) 评论(0) 推荐(0)
摘要: 在医学统计学或者流行病学里的现场调查、样本选择经常会提到一个词:随机抽样。随机抽样是为了保证各比较组之间均衡性的一个很重要的方法。那么今天介绍的第一个函数就是用于抽样的函数sample: > x=1... 阅读全文
posted @ 2018-11-13 12:36 蔡军帅 阅读(311) 评论(0) 推荐(0)
  2018年11月12日
摘要: public class ExceptionDemo2 { public static void main(String[] args) { // TODO Auto-generated m... 阅读全文
posted @ 2018-11-12 16:05 蔡军帅 阅读(91) 评论(0) 推荐(0)
摘要: public class ExceptionDemo2 { public static void main(String[] args) { // TODO Auto-generated method stub int i=0; int a[]={1,2,3,4}; for( i = 0; i<5; ... 阅读全文
posted @ 2018-11-12 16:05 蔡军帅 阅读(148) 评论(0) 推荐(0)
  2018年11月8日
摘要: 带包实现: 2. 深入理解BP人工神经网络算法,并用R语言实现该算法 自己打出一个简单的神经网络 2. 带包实现BP人工神经完成iris 阅读全文
posted @ 2018-11-08 11:47 蔡军帅 阅读(1705) 评论(0) 推荐(0)
摘要: 带包实现:rm(list=ls())setwd("C:/Users/Administrator/Desktop/R语言与数据挖掘作业/实验4-人工神经网络")Data=read.csv("sales_dat... 阅读全文
posted @ 2018-11-08 11:47 蔡军帅 阅读(216) 评论(0) 推荐(0)
  2018年11月5日
摘要: ArrayListimport java.util.ArrayList;public class C8_3 { public static void main(String[] args) {... 阅读全文
posted @ 2018-11-05 17:42 蔡军帅 阅读(112) 评论(0) 推荐(0)
摘要: ArrayList LinkedList TreeSet HashSet TreeMap Map接口内部定义了一个接口Entry HashMap {lishi=1996-8, zhangshan=jingsp, zhaoliu=overS, wangwu=960515} entryset =hash 阅读全文
posted @ 2018-11-05 17:42 蔡军帅 阅读(443) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 164 下一页