User Tools

Site Tools


r:neural_network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r:neural_network [2016/12/14 08:45] – [E.G. 3] hkimscilr:neural_network [2016/12/14 09:02] (current) – [E.G 5] hkimscil
Line 542: Line 542:
 pred.table <- table(testset$default10yr, results$prediction) pred.table <- table(testset$default10yr, results$prediction)
 pred.table pred.table
 +
 +library(plyr)
 +count(testset, 'default10yr')
 </code> </code>
  
Line 641: Line 644:
   1    3  161   1    3  161
 > >
 +
 +> library(plyr)
 +> count(testset, 'default10yr')
 +  default10yr freq
 +1           0 1036
 +2            164
 +
 </code> </code>
- + 
 +====== E.G 5 ====== 
r/neural_network.1481674517.txt.gz · Last modified: 2016/12/14 08:45 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki