[][src]Type Definition randomforests::Item

type Item = HashMap<String, Value>;

A Map representing a collection of attributes (as keys) with their respective values (as Values).