text_complexity_analyzer_cm.utils.statistics_results
index
/home/hans/Proyectos/Python/TextComplexityAnalyzerCM/text_complexity_analyzer_cm/utils/statistics_results.py

 
Classes
       
builtins.object
StatisticsResults

 
class StatisticsResults(builtins.object)
    StatisticsResults(mean: float = 0, std: float = 0) -> None
 
This data class stores the mean and standard deviation.
 
  Methods defined here:
__eq__(self, other)
__init__(self, mean: float = 0, std: float = 0) -> None
__repr__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__annotations__ = {'mean': <class 'float'>, 'std': <class 'float'>}
__dataclass_fields__ = {'mean': Field(name='mean',type=<class 'float'>,default=0...rue,metadata=mappingproxy({}),_field_type=_FIELD), 'std': Field(name='std',type=<class 'float'>,default=0,...rue,metadata=mappingproxy({}),_field_type=_FIELD)}
__dataclass_params__ = _DataclassParams(init=True,repr=True,eq=True,order=False,unsafe_hash=False,frozen=False)
__hash__ = None
mean = 0
std = 0