(->clojure value)
(->dense-vector values)
(->java cls value)
(->java-list coll)
(->scala-function0 f)
(->scala-function1 f)
(->scala-function2 f)
(->scala-function3 f)
(->scala-seq coll)
(->scala-tuple2 coll)
(->spark-row x)
(->sparse-vector size indices values)
(array? value)
(convert-keywords value)
(dense & values)
Params: (firstValue: Double, otherValues: Double*)
Result: Vector
Creates a dense vector from its values.
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/ml/linalg/Vectors$.html
Timestamp: 2020-10-19T01:56:35.334Z
Params: (firstValue: Double, otherValues: Double*) Result: Vector Creates a dense vector from its values. Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/ml/linalg/Vectors$.html Timestamp: 2020-10-19T01:56:35.334Z
(dense-matrix? value)
(dense-vector? value)
(fields-map cls)
(get-field instance field-keyword)
(instantiate cls props)
(iterable? value)
(matrix->seqs matrix)
(method-keyword method)
(optional->nillable value)
(row & values)
Params: (values: Seq[Any])
Result: Row
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Row$.html
Timestamp: 2020-10-19T01:56:24.277Z
Params: (values: Seq[Any]) Result: Row Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Row$.html Timestamp: 2020-10-19T01:56:24.277Z
(scala-map->map m)
(scala-map? value)
(scala-seq->vec scala-seq)
(scala-seq? value)
(scala-tuple->vec p)
(scala-tuple2? value)
(scala-tuple3? value)
(set-value method instance value)
(setter-type method)
(setter? method)
(setters-map cls)
(spark-conf->map conf)
(spark-row->map row)
(spark-row? value)
Params: (size: Int, indices: Array[Int], values: Array[Double])
Result: Vector
Creates a sparse vector providing its index array and value array.
vector size.
index array, must be strictly increasing.
value array, must have the same length as indices.
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/ml/linalg/Vectors$.html
Timestamp: 2020-10-19T01:56:35.350Z
Params: (size: Int, indices: Array[Int], values: Array[Double]) Result: Vector Creates a sparse vector providing its index array and value array. vector size. index array, must be strictly increasing. value array, must have the same length as indices. Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/ml/linalg/Vectors$.html Timestamp: 2020-10-19T01:56:35.350Z
(sparse-vector->seq spark-sparse-vector)
(sparse-vector? value)
(vector->seq spark-vector)
(with-scala-out-str & body)
(zero-arity? method)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close