You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which contains the column-wise max, min, mean, variance, and number of nonzeros, as well as the
339
339
total count.
@@ -355,6 +355,31 @@ println(summary.numNonzeros) // number of nonzeros in each column
355
355
val cov: Matrix = mat.computeCovariance()
356
356
{% endhighlight %}
357
357
</div>
358
+
359
+
<divdata-lang="java"markdown="1">
360
+
361
+
[`RowMatrix#computeColumnSummaryStatistics`](api/java/org/apache/spark/mllib/linalg/distributed/RowMatrix.html#computeColumnSummaryStatistics()) returns an instance of
0 commit comments