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 longgetUnweighted()The number of records.doublegetWeighted()The sum of record weights.
-