(->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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close