Seeds: Seeds Class

Description Usage Arguments Value Super classes Methods

Description

Key-value dictionary contains named integer class objects.

Usage

1

Arguments

...

Key and value pairs.

Value

A new Seeds class object.

Super classes

Dict::Dict -> ml4e::Option -> Seeds

Methods

Public methods

Inherited methods

Method new()

Construct a new Seeds class object.

Usage
Seeds$new(...)
Arguments
...

Key and value pairs.

Returns

A new Seeds class object


Method print()

Print object.

Usage
Seeds$print()

Method add()

Adds key-value objects to the dictionary.

Usage
Seeds$add(...)
Arguments
...

Key and value pairs.


Method add_random()

Adds a random seed to the dictionary.

Usage
Seeds$add_random()

Method clone()

The objects of this class are cloneable with this method.

Usage
Seeds$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


five-dots/ml4e documentation built on June 19, 2020, 4:26 p.m.