blob: 39e0430bebfd287fc149659e2737d0d16d187952 [file] [log] [blame]
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Spark 3.4.3 ScalaDoc - org.apache.spark.mllib.linalg.distributed</title>
<meta name="description" content="Spark 3.4.3 ScalaDoc - org.apache.spark.mllib.linalg.distributed" />
<meta name="keywords" content="Spark 3.4.3 ScalaDoc org.apache.spark.mllib.linalg.distributed" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../../../../lib/jquery.min.js"></script>
<script type="text/javascript" src="../../../../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../../../../lib/index.js"></script>
<script type="text/javascript" src="../../../../../../index.js"></script>
<script type="text/javascript" src="../../../../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../../../../lib/template.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">Spark 3.4.3 ScalaDoc<span id="doc-version"></span></span>
<span class="close-results"><span class="left">&lt;</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="../../../../../../index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="org"></a><a id="org:org"></a>
<span class="permalink">
<a href="../../../../../../org/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../../index.html"><span class="name">org</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="org.apache" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apache"></a><a id="apache:apache"></a>
<span class="permalink">
<a href="../../../../../../org/apache/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../index.html"><span class="name">apache</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="org">org</a></dd></dl></div>
</li><li name="org.apache.spark" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="spark"></a><a id="spark:spark"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Core Spark functionality." href="../../../index.html"><span class="name">spark</span></a>
</span>
<p class="shortcomment cmt">Core Spark functionality.</p><div class="fullcomment"><div class="comment cmt"><p>Core Spark functionality. <a href="../../../SparkContext.html" class="extype" name="org.apache.spark.SparkContext">org.apache.spark.SparkContext</a> serves as the main entry point to
Spark, while <a href="../../../rdd/RDD.html" class="extype" name="org.apache.spark.rdd.RDD">org.apache.spark.rdd.RDD</a> is the data type representing a distributed collection,
and provides most parallel operations.</p><p>In addition, <a href="../../../rdd/PairRDDFunctions.html" class="extype" name="org.apache.spark.rdd.PairRDDFunctions">org.apache.spark.rdd.PairRDDFunctions</a> contains operations available only on RDDs
of key-value pairs, such as <code>groupByKey</code> and <code>join</code>; <a href="../../../rdd/DoubleRDDFunctions.html" class="extype" name="org.apache.spark.rdd.DoubleRDDFunctions">org.apache.spark.rdd.DoubleRDDFunctions</a>
contains operations available only on RDDs of Doubles; and
<a href="../../../rdd/SequenceFileRDDFunctions.html" class="extype" name="org.apache.spark.rdd.SequenceFileRDDFunctions">org.apache.spark.rdd.SequenceFileRDDFunctions</a> contains operations available on RDDs that can
be saved as SequenceFiles. These operations are automatically available on any RDD of the right
type (e.g. RDD[(Int, Int)] through implicit conversions.</p><p>Java programmers should reference the <a href="../../../api/java/index.html" class="extype" name="org.apache.spark.api.java">org.apache.spark.api.java</a> package
for Spark programming APIs in Java.</p><p>Classes and methods marked with <span class="experimental badge" style="float: none;">
Experimental</span> are user-facing features which have not been officially adopted by the
Spark project. These are subject to change or removal in minor releases.</p><p>Classes and methods marked with <span class="developer badge" style="float: none;">
Developer API</span> are intended for advanced users want to extend Spark through lower
level interfaces. These are subject to changes or removal in minor releases.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="org.apache">apache</a></dd></dl></div>
</li><li name="org.apache.spark.mllib" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="mllib"></a><a id="mllib:mllib"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="RDD-based machine learning APIs (in maintenance mode)." href="../../index.html"><span class="name">mllib</span></a>
</span>
<p class="shortcomment cmt">RDD-based machine learning APIs (in maintenance mode).</p><div class="fullcomment"><div class="comment cmt"><p>RDD-based machine learning APIs (in maintenance mode).</p><p>The <code>spark.mllib</code> package is in maintenance mode as of the Spark 2.0.0 release to encourage
migration to the DataFrame-based APIs under the <a href="../../../ml/index.html" class="extype" name="org.apache.spark.ml">org.apache.spark.ml</a> package.
While in maintenance mode,</p><ul><li>no new features in the RDD-based <code>spark.mllib</code> package will be accepted, unless they block
implementing new features in the DataFrame-based <code>spark.ml</code> package;</li><li>bug fixes in the RDD-based APIs will still be accepted.</li></ul><p>The developers will continue adding more features to the DataFrame-based APIs in the 2.x series
to reach feature parity with the RDD-based APIs.
And once we reach feature parity, this package will be deprecated.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="org.apache.spark">spark</a></dd><dt>See also</dt><dd><span class="cmt"><p><a href="https://issues.apache.org/jira/browse/SPARK-4591">SPARK-4591</a> to track
the progress of feature parity</p></span></dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="linalg"></a><a id="linalg:linalg"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../index.html"><span class="name">linalg</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org.apache.spark.mllib">mllib</a></dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed" visbl="pub" class="indented6 current" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="distributed"></a><a id="distributed:distributed"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<span class="name">distributed</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.apache.spark.mllib.linalg">linalg</a></dd></dl></div>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="class" href="BlockMatrix.html" title="Represents a distributed matrix in blocks of local matrices."></a>
<a href="BlockMatrix.html" title="Represents a distributed matrix in blocks of local matrices.">BlockMatrix</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="class" href="CoordinateMatrix.html" title="Represents a matrix in coordinate format."></a>
<a href="CoordinateMatrix.html" title="Represents a matrix in coordinate format.">CoordinateMatrix</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="trait" href="DistributedMatrix.html" title="Represents a distributively stored matrix backed by one or more RDDs."></a>
<a href="DistributedMatrix.html" title="Represents a distributively stored matrix backed by one or more RDDs.">DistributedMatrix</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="class" href="IndexedRow.html" title="Represents a row of org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix."></a>
<a href="IndexedRow.html" title="Represents a row of org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix.">IndexedRow</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="class" href="IndexedRowMatrix.html" title="Represents a row-oriented org.apache.spark.mllib.linalg.distributed.DistributedMatrix with indexed rows."></a>
<a href="IndexedRowMatrix.html" title="Represents a row-oriented org.apache.spark.mllib.linalg.distributed.DistributedMatrix with indexed rows.">IndexedRowMatrix</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="class" href="MatrixEntry.html" title="Represents an entry in a distributed matrix."></a>
<a href="MatrixEntry.html" title="Represents an entry in a distributed matrix.">MatrixEntry</a>
</li><li class="current-entities indented6">
<a class="object" href="RowMatrix$.html" title=""></a>
<a class="class" href="RowMatrix.html" title="Represents a row-oriented distributed Matrix with no meaningful row indices."></a>
<a href="RowMatrix.html" title="Represents a row-oriented distributed Matrix with no meaningful row indices.">RowMatrix</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="package value">
<div id="definition">
<div class="big-circle package">p</div>
<p id="owner"><a href="../../../../../index.html" class="extype" name="org">org</a>.<a href="../../../../index.html" class="extype" name="org.apache">apache</a>.<a href="../../../index.html" class="extype" name="org.apache.spark">spark</a>.<a href="../../index.html" class="extype" name="org.apache.spark.mllib">mllib</a>.<a href="../index.html" class="extype" name="org.apache.spark.mllib.linalg">linalg</a></p>
<h1>distributed<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<span class="name">distributed</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="types" class="types members">
<h3>Type Members</h3>
<ol><li name="org.apache.spark.mllib.linalg.distributed.BlockMatrix" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="BlockMatrixextendsDistributedMatrixwithLogging"></a><a id="BlockMatrix:BlockMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/BlockMatrix.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a title="Represents a distributed matrix in blocks of local matrices." href="BlockMatrix.html"><span class="name">BlockMatrix</span></a><span class="result"> extends <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">DistributedMatrix</a> with <span class="extype" name="org.apache.spark.internal.Logging">Logging</span></span>
</span>
<p class="shortcomment cmt">Represents a distributed matrix in blocks of local matrices.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a distributed matrix in blocks of local matrices.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.3.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.CoordinateMatrix" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="CoordinateMatrixextendsDistributedMatrix"></a><a id="CoordinateMatrix:CoordinateMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/CoordinateMatrix.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a title="Represents a matrix in coordinate format." href="CoordinateMatrix.html"><span class="name">CoordinateMatrix</span></a><span class="result"> extends <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">DistributedMatrix</a></span>
</span>
<p class="shortcomment cmt">Represents a matrix in coordinate format.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a matrix in coordinate format.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix" visbl="pub" class="indented0 " data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="DistributedMatrixextendsSerializable"></a><a id="DistributedMatrix:DistributedMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/DistributedMatrix.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<a title="Represents a distributively stored matrix backed by one or more RDDs." href="DistributedMatrix.html"><span class="name">DistributedMatrix</span></a><span class="result"> extends <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Represents a distributively stored matrix backed by one or more RDDs.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a distributively stored matrix backed by one or more RDDs.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.IndexedRow" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="IndexedRowextendsProductwithSerializable"></a><a id="IndexedRow:IndexedRow"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/IndexedRow.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<a title="Represents a row of org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix." href="IndexedRow.html"><span class="name">IndexedRow</span></a><span class="params">(<span name="index">index: <span class="extype" name="scala.Long">Long</span></span>, <span name="vector">vector: <a href="../Vector.html" class="extype" name="org.apache.spark.mllib.linalg.Vector">Vector</a></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Represents a row of <a href="IndexedRowMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix">org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix</a>.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a row of <a href="IndexedRowMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix">org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix</a>.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.IndexedRowMatrix" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="IndexedRowMatrixextendsDistributedMatrix"></a><a id="IndexedRowMatrix:IndexedRowMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/IndexedRowMatrix.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a title="Represents a row-oriented org.apache.spark.mllib.linalg.distributed.DistributedMatrix with indexed rows." href="IndexedRowMatrix.html"><span class="name">IndexedRowMatrix</span></a><span class="result"> extends <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">DistributedMatrix</a></span>
</span>
<p class="shortcomment cmt">Represents a row-oriented <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">org.apache.spark.mllib.linalg.distributed.DistributedMatrix</a> with
indexed rows.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a row-oriented <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">org.apache.spark.mllib.linalg.distributed.DistributedMatrix</a> with
indexed rows.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.MatrixEntry" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="MatrixEntryextendsProductwithSerializable"></a><a id="MatrixEntry:MatrixEntry"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/MatrixEntry.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<a title="Represents an entry in a distributed matrix." href="MatrixEntry.html"><span class="name">MatrixEntry</span></a><span class="params">(<span name="i">i: <span class="extype" name="scala.Long">Long</span></span>, <span name="j">j: <span class="extype" name="scala.Long">Long</span></span>, <span name="value">value: <span class="extype" name="scala.Double">Double</span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Represents an entry in a distributed matrix.</p><div class="fullcomment"><div class="comment cmt"><p>Represents an entry in a distributed matrix.</p></div><dl class="paramcmts block"><dt class="param">i</dt><dd class="cmt"><p>row index</p></dd><dt class="param">j</dt><dd class="cmt"><p>column index</p></dd><dt class="param">value</dt><dd class="cmt"><p>value of the entry</p></dd></dl><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.apache.spark.mllib.linalg.distributed.RowMatrix" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="RowMatrixextendsDistributedMatrixwithLogging"></a><a id="RowMatrix:RowMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/RowMatrix.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a title="Represents a row-oriented distributed Matrix with no meaningful row indices." href="RowMatrix.html"><span class="name">RowMatrix</span></a><span class="result"> extends <a href="DistributedMatrix.html" class="extype" name="org.apache.spark.mllib.linalg.distributed.DistributedMatrix">DistributedMatrix</a> with <span class="extype" name="org.apache.spark.internal.Logging">Logging</span></span>
</span>
<p class="shortcomment cmt">Represents a row-oriented distributed Matrix with no meaningful row indices.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a row-oriented distributed Matrix with no meaningful row indices.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="org.apache.spark.mllib.linalg.distributed.RowMatrix" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="RowMatrix"></a><a id="RowMatrix:RowMatrix"></a>
<span class="permalink">
<a href="../../../../../../org/apache/spark/mllib/linalg/distributed/RowMatrix$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a title="" href="RowMatrix$.html"><span class="name">RowMatrix</span></a><span class="result"> extends <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Since</span><span class="args">(<span>
<span class="symbol">&quot;1.0.0&quot;</span>
</span>)</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>