iota2.common.py_features

Functions

compute_features(output_path, ...[, function])

Use a python function to generate features through the use of numpy arrays

generate_features(pathWd, tile, ...[, ...])

usage : Function use to compute features according to a configuration file

smart_scientific_function(array, increment, ...)

do important scientific stuff, publishing in progress

Classes

partial

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