Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
'a t
is the type of a feature vector with feature indexes of type int
and values of type 'a
.
val zero : unit -> 'a t
The zero feature vector.
get feat vec
returns the value associated to feat
in the integer-valued vector vec
.