Liking cljdoc? Tell your friends :D

zero-one.geni.interop


->clojureclj

(->clojure value)
source

->dense-vectorclj

(->dense-vector values)
source

->javaclj

(->java cls value)
source

->java-listclj

(->java-list coll)
source

->scala-function0clj

(->scala-function0 f)
source

->scala-function1clj

(->scala-function1 f)
source

->scala-function2clj

(->scala-function2 f)
source

->scala-function3clj

(->scala-function3 f)
source

->scala-seqclj

(->scala-seq coll)
source

->scala-tuple2clj

(->scala-tuple2 coll)
source

->spark-rowclj

(->spark-row x)
source

->sparse-vectorclj

(->sparse-vector size indices values)
source

array?clj

(array? value)
source

convert-keywordsclj

(convert-keywords value)
source

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

dense-matrix?clj

(dense-matrix? value)
source

dense-vector?clj

(dense-vector? value)
source

fields-mapclj

(fields-map cls)
source

get-fieldclj

(get-field instance field-keyword)
source

instantiateclj

(instantiate cls props)
source

iterable?clj

(iterable? value)
source

matrix->seqsclj

(matrix->seqs matrix)
source

method-keywordclj

(method-keyword method)
source

optional->nillableclj

(optional->nillable value)
source

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

scala-map->mapclj

(scala-map->map m)
source

scala-map?clj

(scala-map? value)
source

scala-seq->vecclj

(scala-seq->vec scala-seq)
source

scala-seq?clj

(scala-seq? value)
source

scala-tuple->vecclj

(scala-tuple->vec p)
source

scala-tuple2?clj

(scala-tuple2? value)
source

scala-tuple3?clj

(scala-tuple3? value)
source

set-valueclj

(set-value method instance value)
source

setter-typeclj

(setter-type method)
source

setter?clj

(setter? method)
source

setters-mapclj

(setters-map cls)
source

spark-conf->mapclj

(spark-conf->map conf)
source

spark-row->mapclj

(spark-row->map row)
source

spark-row?clj

(spark-row? value)
source

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

sparse-vector->seqclj

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

sparse-vector?clj

(sparse-vector? value)
source

vector->seqclj

(vector->seq spark-vector)
source

with-scala-out-strcljmacro

(with-scala-out-str & body)
source

zero-arity?clj

(zero-arity? method)
source

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

× close