Factor
- class pyoptex.utils.factor.Factor(*args, **kwargs)[source]
The base factor, also used for the analysis.
- __init__()[source]
Methods
Factor.count(value, /)Return number of occurrences of value.
Factor.denormalize(data)Denormalizes the data coming from this factor.
Factor.index(value[, start, stop])Return first index of value.
Factor.normalize(data)Normalizes the data coming from this factor.
Validation of the settings.
Attributes
Alias for field number 5
Extracts the encoded coordinates for the factor.
Check wether the factor is catgorical.
Checks whether the factor is continuous.
Checks wether the factor is a mixture.
Alias for field number 4
Alias for field number 3
The mean of the factor for normalization of a continuous factor.
Alias for field number 2
Alias for field number 0
The scale of the factor for normalization of a continuous factor.
Alias for field number 1