Liking cljdoc? Tell your friends :D

zero-one.geni.interop


->clojureclj

(->clojure value)

->dense-vectorclj

(->dense-vector values)

->javaclj

(->java cls value)

->java-listclj

(->java-list coll)

->scala-function0clj

(->scala-function0 f)

->scala-function1clj

(->scala-function1 f)

->scala-function2clj

(->scala-function2 f)

->scala-function3clj

(->scala-function3 f)

->scala-seqclj

(->scala-seq coll)

->scala-tuple2clj

(->scala-tuple2 coll)

->spark-rowclj

(->spark-row x)

->sparse-vectorclj

(->sparse-vector size indices values)

array?clj

(array? value)

convert-keywordsclj

(convert-keywords value)

denseclj

(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
raw docstring

dense-matrix?clj

(dense-matrix? value)

dense-vector?clj

(dense-vector? value)

fields-mapclj

(fields-map cls)

get-fieldclj

(get-field instance field-keyword)

instantiateclj

(instantiate cls props)

iterable?clj

(iterable? value)

matrix->seqsclj

(matrix->seqs matrix)

method-keywordclj

(method-keyword method)

optional->nillableclj

(optional->nillable value)

rowclj

(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
raw docstring

scala-map->mapclj

(scala-map->map m)

scala-map?clj

(scala-map? value)

scala-seq->vecclj

(scala-seq->vec scala-seq)

scala-seq?clj

(scala-seq? value)

scala-tuple->vecclj

(scala-tuple->vec p)

scala-tuple2?clj

(scala-tuple2? value)

scala-tuple3?clj

(scala-tuple3? value)

set-valueclj

(set-value method instance value)

setter-typeclj

(setter-type method)

setter?clj

(setter? method)

setters-mapclj

(setters-map cls)

spark-conf->mapclj

(spark-conf->map conf)

spark-row->mapclj

(spark-row->map row)

spark-row?clj

(spark-row? value)

sparseclj

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
raw docstring

sparse-vector->seqclj

(sparse-vector->seq spark-sparse-vector)

sparse-vector?clj

(sparse-vector? value)

vector->seqclj

(vector->seq spark-vector)

with-scala-out-strcljmacro

(with-scala-out-str & body)

zero-arity?clj

(zero-arity? method)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close