package tezos-benchmark

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

Module Plot.DataSource

Datasets

Sourcetype 'dim t

'dim t is the type of datasets of type 'dim.

Sourceval of_seq : 'dim Tezos_base.TzPervasives.Seq.t -> 'dim t

Import a dataset from a Seq.t

Sourceval of_array : 'dim array -> 'dim t

Import a dataset from an array

Sourceval of_list : 'dim list -> 'dim t

Import a dataset from a list

OCaml

Innovation. Community. Security.