2 projects tagged "Data driven processing"
katso is a library to score binary-categorized data: [low for anti-conformist data], [mean for conformist data], and [high for eclectic data: data that is quite normal (has a lot in common with other data but has a few unusual attributes)]. Data looks like (0, 0, 1, 0, 0, 1, 1) or like (1, 0, 0, 0, 0, 1, 0), all of the same size and corresponding to predefined criteria.
PyDaF stands for Python Data Flows. It is an experimental Python package that implements data-driven processing pipelines, which revolve around two major elements: data units, which encapsulate a type, a set of tags and actual data, and processors (fragments of code that get executed whenever the job's current data pool contains data units matching the processor's input specification).
A 3D finite element mesh generator with built-in CAD engine and post-processor.