- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
需要帮助了解触发“ncol.matrix < rep”错误的原因。
我浏览了神经网络的源代码 https://rdrr.io/cran/neuralnet/src/R/neuralnet.r ,还调整了我的神经网络函数的参数,但我似乎无法阻止这个错误的发生。我不确定是否已经发布了这样的问题,但我找不到任何解决方案,因此,如果有人以前看过这样的问题,您能否将我链接到解决方案。
我还标准化了“WicketPerInnings”的目标列
Wnn <- neuralnet(
WicketFormula,
WTrain,
algorithm = "rprop+",
hidden = c(4,2),
stepmax = 1e+03,
threshold = 0.2,
rep = 40,
lifesign = 'full',
learningrate = 0.01,
startweights = NULL,
err.fct = "sse",
linear.output = TRUE
)
WicketFormula <-
"WicketPerInnings~ world_cup_matches+No_of_Matches + No_of_Innings_bowled+No_of_Balls_bowled + No_of_Runs_given+No_of_Wickets + Bowling_Ave + Economy_rate+Bowling_Strike_Rate + Span"
$ Country : chr "Sri Lanka" "Bangladesh" "South Africa" "India" ...
$ world_cup_matches : num 2 1 0 0 9 0 0 0 0 6 ...
$ No_of_Matches : num 102 2 7 16 77 10 24 5 10 136 ...
$ No_of_Innings_batted: num 84 2 4 5 72 8 22 3 8 113 ...
$ No_of_Not_Out : num 7 1 3 1 3 2 2 1 2 23 ...
$ Runs_Scored : num 1624 5 32 6 991 ...
$ Highest_Score : num 95 0 0 0 50 17 0 0 20 100 ...
$ Batting_Average : num 21.1 5 32 1.5 14.4 ...
$ No_of_Balls_Faced : num 2254 5 25 19 1461 ...
$ Batting_Strike_Rate : num 72 100 128 31.6 67.8 ...
$ No_of_Innings_bowled: num 10 2 7 16 75 9 12 5 10 117 ...
$ No_of_Balls_bowled : num 264 78 378 686 3385 ...
$ No_of_Runs_given : num 225 66 323 609 2865 ...
$ No_of_Wickets : num 2 1 7 24 67 5 6 8 13 69 ...
$ Bowling_Ave : num 112.5 66 46.1 25.4 42.8 ...
$ Economy_rate : num 5.11 5.07 5.12 5.32 5.07 4.99 3.76 4.17 2.8 4.79 ...
$ Bowling_Strike_Rate : num 132 78 54 28.5 50.5 88 53.3 26.2 40.3 54.1 ...
$ Span : num 11 0 0 4 8 7 7 5 4 12 ...
$ RunPerInnings : num 19.3 2.5 8 1.2 13.8 ...
$ WicketPerInnings : num 0.0374 0.1337 0.2941 0.4545 0.2599 ...````
summary(WTrain) gives
```` Country world_cup_matches No_of_Matches No_of_Innings_batted No_of_Not_Out Runs_Scored Highest_Score Batting_Average No_of_Balls_Faced
Length:756 Min. : 0.000 Min. : 1.00 Min. : 1.00 Min. : 0.000 Min. : 1.0 Min. : 0.00 Min. : 0.000 Min. : 1
Class :character 1st Qu.: 0.000 1st Qu.: 9.00 1st Qu.: 5.00 1st Qu.: 1.000 1st Qu.: 27.0 1st Qu.: 0.00 1st Qu.: 7.185 1st Qu.: 47
Mode :character Median : 0.000 Median : 26.00 Median : 15.50 Median : 4.000 Median : 120.0 Median : 11.00 Median :13.860 Median : 182
Mean : 5.152 Mean : 54.51 Mean : 40.45 Mean : 8.757 Mean : 899.3 Mean : 30.32 Mean :16.519 Mean : 1184
3rd Qu.: 7.000 3rd Qu.: 68.25 3rd Qu.: 44.25 3rd Qu.:12.000 3rd Qu.: 623.2 3rd Qu.: 50.00 3rd Qu.:24.000 3rd Qu.: 858
Max. :46.000 Max. :463.00 Max. :452.00 Max. :80.000 Max. :18426.0 Max. :219.00 Max. :95.000 Max. :21367
Batting_Strike_Rate No_of_Innings_bowled No_of_Balls_bowled No_of_Runs_given No_of_Wickets Bowling_Ave Economy_rate Bowling_Strike_Rate
Min. : 6.25 Min. : 1.00 Min. : 2 Min. : 1.0 Min. : 1.0 Min. : 1.00 Min. : 1.500 Min. : 2.00
1st Qu.: 54.37 1st Qu.: 6.75 1st Qu.: 232 1st Qu.: 186.8 1st Qu.: 5.0 1st Qu.: 27.82 1st Qu.: 4.327 1st Qu.: 34.95
Median : 69.17 Median : 17.00 Median : 674 Median : 546.5 Median : 15.0 Median : 34.41 Median : 4.865 Median : 42.95
Mean : 69.01 Mean : 37.65 Mean : 1697 Mean : 1312.4 Mean : 41.9 Mean : 39.24 Mean : 4.901 Mean : 48.15
3rd Qu.: 81.36 3rd Qu.: 48.00 3rd Qu.: 2081 3rd Qu.: 1656.2 3rd Qu.: 48.5 3rd Qu.: 43.94 3rd Qu.: 5.350 3rd Qu.: 53.92
Max. :328.57 Max. :365.00 Max. :18433 Max. :12066.0 Max. :523.0 Max. :201.00 Max. :11.140 Max. :222.00
Span RunPerInnings WicketPerInnings
Min. : 0.000 Min. : 0.250 Min. :0.0000
1st Qu.: 2.000 1st Qu.: 4.419 1st Qu.:0.1872
Median : 5.000 Median : 9.426 Median :0.2941
Mean : 5.668 Mean :12.630 Mean :0.2990
3rd Qu.: 9.000 3rd Qu.:19.177 3rd Qu.:0.3904
Max. :23.000 Max. :49.220 Max. :1.0000 ````
after running the code as it is, i encounter the error "Error in if (ncol.matrix < rep) { : argument is of length zero" and cannot proceed with prediction or anything else.
最佳答案
它也让我把头发拉出来。
我发现这个 issue 已经被合并到 master:https://github.com/bips-hb/neuralnet/pull/21 .
但它似乎还没有进入 CRAN。
所以我通过github安装了这个库
devtools::install_github("bips-hb/neuralnet")
关于r - if(ncol.matrix < rep) { : argument is of length zero 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56254321/
我找到了以下代码片段: length = length and length or len(string) 在我看来,这应该等同于: length = length or len(string) 我能
当我使用 numpy.shape() 检查数组的形状时,我有时会得到 (length,1) 有时会得到 (length,)。看起来区别在于列向量与行向量......但它似乎并没有改变数组本身的任何内容
我正在学习 Java,有一个简单的问题。 在设置类的示例中,我看到了这一点: length >= 0 ? length : length * -1 这是什么意思? 谢谢。 最佳答案 这是一种骇人听闻的
我在阅读有关在 Ruby 中重新定义方法有多么容易的文章时遇到了以下问题: class Array alias :old_length :length def length old_l
例如在下面的代码中a和b和c是相等的。 EditText editText; editText = (EditText) findViewById(R.id.edttxt); editText.set
在昨天教授我的 JavaScript 类(class)时,我和我的学生遇到了一些有趣的功能,我认为这些功能可能值得在一个问题和我得出的答案中捕捉到。 在 Chrome 的 JS 控制台中输入 Arra
这个问题在这里已经有了答案: How can I get the size of an array, a Collection, or a String in Java? (3 个回答) 3年前关闭。
这个问题在这里已经有了答案: length and length() in Java (8 个答案) 关闭 6 年前。 我注意到在计算数组的长度时,你会这样写: arrayone.length; 但
console.log(this.slides.length()); 打印 Cannot read property 'length' of undefined.在 setTimeout 为 100
在搜索stackoverflow问题时,我发现了此链接: Error in file.download when downloading custom file。 但是,我的情况有些不同(我认为):
这个问题已经有答案了: Why does R use partial matching? (1 个回答) 已关闭 8 年前。 大家。我刚刚开始使用 swirl 学习 R 编程。 我刚刚了解到seq 。
这个问题已经有答案了: Why does R use partial matching? (1 个回答) 已关闭 8 年前。 大家。我刚刚开始使用 swirl 学习 R 编程。 我刚刚了解到seq 。
这个问题已经有答案了: How can I get the size of an array, a Collection, or a String in Java? (3 个回答) 已关闭 9 年前。
我有一个大数组,其中包含所有类型( bool 值,数组,null,...),并且我正在尝试访问它们的属性arr[i].length,但有些其中显然没有长度。 我不介意那些缺少长度的人是否返回未定义(我
我在对象的属性中有一些文本。我正在测试对象的属性中是否有要显示的文本;如果没有,那么我显示“-”而不是空白。看起来没有什么区别: if (MyObject.SomeText && MyObject.S
这个问题在这里已经有了答案: 关闭 10 年前。 Possible Duplicate: Why is String.length() a method? Java - Array's length
这个问题在这里已经有了答案: obj.length === +obj.length in javascript (4 个答案) 关闭 9 年前。 我一直在读underscore.js源代码并在 _.
#include using std::cout; using std::cin; using std::string; int main(){ cout > name; cout
我正在细读 underscore.js annotated source当我遇到这个时: if (obj.length === +obj.length) {...} 我现在从this stackove
我正在查看 dotnet 运行时中的一些代码,我注意到不是这样写的: if (args.Length > 0) 他们使用这个: if (args is { Length: > 0}) 你知道用第二种方
我是一名优秀的程序员,十分优秀!