Class VariableInfoCount
Reports weighted and unweighted record counts.
Inheritance
System.Object
VariableInfoCount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BayesServer.Data.Discovery
Assembly: BayesServer.Data.Discovery.dll
Syntax
public sealed class VariableInfoCount
Properties
Unweighted
The number of records. This ignores any weights.
Declaration
public long Unweighted { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Weighted
The sum of record weights. This equals 'Unweighted' when all weights are 1.
Declaration
public double Weighted { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |