Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 464 Bytes

AnalyticsDataPointWithTrendAndUplift.md

File metadata and controls

21 lines (14 loc) · 464 Bytes

TalonOne::AnalyticsDataPointWithTrendAndUplift

Properties

Name Type Description Notes
value Float
uplift Float
trend Float

Code Sample

require 'TalonOne'

instance = TalonOne::AnalyticsDataPointWithTrendAndUplift.new(value: 12.0,
                                 uplift: 3.25,
                                 trend: 3.25)