order_works_on_features#

tangles.convenience.order_works_on_features(name: str) bool#

Helper function to find out if a named order function works on features

Parameters#

name: str
The name of an order function, currently supported: “O1”-“O5” (see tangles-book), “O1-biased” (see tangles book),

“cut”, “ratiocut”, “normcut”

Returns#

bool:

True if the named order functino works with a matrix of features.