MixtureSemantics Enumeration |
none (the old Mixture==false), if a position contains {ab}, consider it missing with regards to a and b, but say it doesn't have c.
pure (the old Mixture==true), if a position contains {ab} say that it has neither.
any (a new possibility), if a position contains {ab}, say that it has both.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public enum MixtureSemantics
Public Enumeration MixtureSemantics
public enum class MixtureSemantics
Members
| Member name | Value | Description |
---|
| none | 0 |
(the old Mixture==false),
|
| pure | 1 |
(the old Mixture==true), if a position contains {ab} say that it has neither.
|
| any | 2 |
any (a new possibility), if a position contains {ab}, say that it has both.
|
See Also