(->loss-fn kind)
Returns a loss function from its keyword identifier. Throws an exception if the function does not exist (i.e. not built-in). See documentation. Input :
Returns a loss function from its keyword identifier. Throws an exception if the function does not exist (i.e. not built-in). See documentation. Input : - kind : keyword referencing the loss function to use Usage : (->loss-fn :mae)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close