Completed
Pull Request — master (#36)
by
unknown
05:04
created
src/Phpml/Classification/Ensemble/Bagging.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -114,6 +114,7 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
+     * @param integer $index
117 118
      * @return array
118 119
      */
119 120
     protected function getRandomSubset($index)
Please login to merge, or discard this patch.
src/Phpml/Classification/DecisionTree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 
137 137
     /**
138 138
      * @param array $records
139
-     * @return DecisionTreeLeaf[]
139
+     * @return null|DecisionTreeLeaf
140 140
      */
141 141
     protected function getBestSplit($records)
142 142
     {
Please login to merge, or discard this patch.