IDFFactory

class matchup.structure.weighting.idf.IDFFactory

Bases: object

Factory for IDF based on String values.

Methods Summary

create_idf_by_str(value) Evaluate one string and return the correspondent IDF.

Methods Documentation

static create_idf_by_str(value: str) → matchup.structure.weighting.idf.IDF
Evaluate one string and return the correspondent IDF.
Parameters:value
Returns: