Completed
Push — master ( 6296e4...a87859 )
by Arkadiusz
18:50
created
src/Phpml/Math/Matrix.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $column
109
+     * @param integer $column
110 110
      *
111 111
      * @return array
112 112
      *
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      * Element-wise addition or substraction depending on the given sign parameter
279 279
      *
280 280
      * @param Matrix $other
281
-     * @param type $sign
281
+     * @param integer $sign
282 282
      */
283 283
     protected function _add(Matrix $other, $sign = 1)
284 284
     {
Please login to merge, or discard this patch.
src/Phpml/Math/Statistic/Covariance.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
      * @param int $i
61 61
      * @param int $k
62 62
      * @param type $sample
63
-     * @param int $n
64 63
      * @param float $meanX
65 64
      * @param float $meanY
66 65
      */
Please login to merge, or discard this patch.