Liking cljdoc? Tell your friends :D

clj-nd4j.datavec.files


->class-path-resourceclj

(->class-path-resource obj)
source

->file-from-jarclj

(->file-from-jar obj)

Function to use to load a File from ND4J API (which tries to extract files from JAR also). Not really useful on its own in the context of this library. In pratice, you will see it as an option in clj-datavec

Function to use to load a File
from ND4J API (which tries to
extract files from JAR also).
Not really useful on its own
in the context of this library.
In pratice, you will see it as
an option in clj-datavec
sourceraw docstring

class-path-resourceclj

(class-path-resource path)

Creates a ClassPathResource object which has almost no interest on its own apart from trying to extract a file from JAR. Used in Datavec if explicitely told. ClassLoader arity is not provided for now, will see if need arises

Creates a ClassPathResource object
which has almost no interest on its
own apart from trying to extract a file
from JAR. Used in Datavec if explicitely
told. ClassLoader arity is not provided for
now, will see if need arises
sourceraw docstring

class-path-resource?clj

(class-path-resource? obj)
source

file?clj

(file? obj)
source

get-fileclj

(get-file c)
source

get-filenameclj

(get-filename c)
source

get-input-streamclj

(get-input-stream c)
source

get-urlclj

(get-url c)
source

resource-exists?clj

(resource-exists? c)
source

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

× close