Enum WeightType
Sample weight types.
Namespace: ISynergy.Framework.Mathematics.Statistics
Assembly: ISynergy.Framework.Mathematics.dll
Syntax
public enum WeightType : int
Fields
Name | Description |
---|---|
Automatic | If weights sum up to one, they are handled as fractional weights. If they sum to a whole number, they are handled as integer repetition counts. |
Fraction | Weights are fractional numbers that sum up to one. |
None | Weights should be ignored. |
Repetition | Weights are integers representing how many times a sample should repeat itself. |