(csv-seq-filename->format-seq k-means-state key)
Converts a csv file into another file type and returns a k means object with an updated key name.
CSV isn't a well optimized format for doing large computations.
Computing the min and max of each column working with optimized
csv seqs can take two orders of magnitude longer than the same
operations performed against arrow streams.
Converts a csv file into another file type and returns a k means object with an updated key name. CSV isn't a well optimized format for doing large computations. Computing the min and max of each column working with optimized csv seqs can take two orders of magnitude longer than the same operations performed against arrow streams.
(extension filename)
Returns a filenames last file extension.
Returns a filenames last file extension.
(file? filename)
Returns true if a file exists and false otherwise.
Returns true if a file exists and false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close