spark-instrumented-optimizer/python/pyspark/mllib
MechCoder 45c47fa417 [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrix
Since sparse matrices now support a isTransposed flag for row major data, DenseMatrices should do the same.

Author: MechCoder <manojkumarsivaraj334@gmail.com>

Closes #5455 from MechCoder/spark-6845 and squashes the following commits:

525c370 [MechCoder] minor
004a37f [MechCoder] Cast boolean to int
151f3b6 [MechCoder] [WIP] Add isTransposed to pickle DenseMatrix
cc0b90a [MechCoder] [SPARK-6845] Add isTranposed flag to DenseMatrix
2015-04-21 14:36:50 -07:00
..
stat [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
__init__.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
classification.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
clustering.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
common.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
evaluation.py [SPARK-6090][MLLIB] add a basic BinaryClassificationMetrics to PySpark/MLlib 2015-03-05 11:50:09 -08:00
feature.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
fpm.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
linalg.py [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrix 2015-04-21 14:36:50 -07:00
rand.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
recommendation.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
regression.py [SPARK-6661] Python type errors should print type, not object 2015-04-20 10:44:09 -07:00
tests.py [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrix 2015-04-21 14:36:50 -07:00
tree.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
util.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00