Package com.bayesserver.data.discovery
Class VariableInfoCount
- java.lang.Object
-
- com.bayesserver.data.discovery.VariableInfoCount
-
public final class VariableInfoCount extends Object
Reports weighted and unweighted record counts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getUnweighted()
The number of records.double
getWeighted()
The sum of record weights.
-