Package com.bayesserver.data.discovery
Class VariableInfoValue
- java.lang.Object
-
- com.bayesserver.data.discovery.VariableInfoValue
-
public final class VariableInfoValue extends Object
Reports general weighted and unweighted information/statistics about a variable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getUnweighted()
Gets the unweighted value.double
getWeighted()
Gets the weighted value.
-