interface AggregateConfigurationOptions {
    percentDataBad?: number;
    percentDataGood?: number;
    treatUncertainAsBad?: boolean;
    useServerCapabilitiesDefaults?: boolean;
    useSlopedExtrapolation?: boolean;
}

Hierarchy (view full)

Properties

percentDataBad?: number
percentDataGood?: number
treatUncertainAsBad?: boolean
useServerCapabilitiesDefaults?: boolean
useSlopedExtrapolation?: boolean