iota2.sequence_builders.i2_features_map

Functions

generate_features_maps_directories(root, ...)

generate output directories for write features maps

Classes

Counter([iterable])

Dict subclass for counting hashable items.

OrderedDict

Dictionary that remembers insertion order

Step(cfg, cfg_resources_file[, ...])

iota2 step base class

StepContainer([name])

this class is dedicated to contains Step

i2_builder(cfg, config_resources, schduler_type)

class use to describe steps sequence and variable to use at each step (config)

i2_features_map(cfg, config_resources, ...)

class use to describe steps sequence and variable to use at each step (config)

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.