TFFactory

class matchup.structure.weighting.tf.TFFactory

Bases: object

Factory for TF based on String values.

Methods Summary

create_tf_by_str(value) Evaluate one string and return the correspondent TF.

Methods Documentation

static create_tf_by_str(value: str) → matchup.structure.weighting.tf.TF
Evaluate one string and return the correspondent TF.
Parameters:value
Returns: