Generated by DocFX

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.

Extension Methods

EnumExtensions.GetSymbol<WeightType>()
ArrayExtensions.Concatenate<WeightType>(WeightType[])
CollectionExtensions.FromHierarchy<WeightType>(Func<WeightType, WeightType>, Func<WeightType, Boolean>)
ObjectExtensions.Clone<WeightType>()
ObjectExtensions.AddressOf<WeightType>()
ObjectExtensions.ToByteArray<WeightType>()
ReflectionExtensions.GetPropertyInfo<WeightType, TValue>(Expression<Func<WeightType, TValue>>)