visions.relations.relations.InferenceRelation

class visions.relations.relations.InferenceRelation(type, related_type, relationship=<function default_relation>, transformer=<function identity_transform>, inferential=True)[source]

Method generated by attrs for class InferenceRelation.

__init__(type, related_type, relationship=<function default_relation>, transformer=<function identity_transform>, inferential=True)

Method generated by attrs for class InferenceRelation.

Methods

__init__(type, related_type[, relationship, …])

Method generated by attrs for class InferenceRelation.

is_relation(series[, state])

rtype

bool

transform(series[, state])

rtype

~T