package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Dataset module provides an easy way to access various datasets for experiment

val remote_data_path : unit -> string
val local_data_path : unit -> string
val download_data : string -> unit
val download_all : unit -> unit
val draw_samples : ('a, 'b) Owl_dense_matrix_generic.t -> ('a, 'b) Owl_dense_matrix_generic.t -> int -> ('a, 'b) Owl_dense_matrix_generic.t * ('a, 'b) Owl_dense_matrix_generic.t
val print_mnist_image : (float, 'a) Owl_dense_matrix_generic.t -> unit
val load_cifar_train_data : int -> Owl_dense_matrix_s.mat * Owl_dense_matrix_s.mat
val load_cifar_test_data : unit -> Owl_dense_matrix_s.mat * Owl_dense_matrix_s.mat
val load_stopwords : unit -> (string, int) Hashtbl.t
val load_nips_train_data : (string, 'a) Hashtbl.t -> string array array