luxlabs header browser preview


@class NSDictionary, PGManager, NSDate;

@interface PGCuratedLibraryIntelligenceMetricEvent : PGAbstractMetricEvent {
    NSDictionary *_payload;
}

@property (retain, nonatomic) PGManager *manager;
@property (nonatomic) unsigned long long numberOfCuratedAssets;
@property (retain, nonatomic) NSDate *debugDate;
@property (nonatomic) unsigned long long librarySize;
@property (nonatomic) long long librarySizeRange;
@property (nonatomic) unsigned long long numberOfDaysWithPhotosInPastYear;
@property (nonatomic) unsigned long long numberOfDayHighlights;
@property (nonatomic) unsigned long long numberOfDefaultDayHighlights;
@property (nonatomic) unsigned long long numberOfDaysInAggregations;
@property (nonatomic) unsigned long long numberOfDaysInTrips;
@property (nonatomic) double ratioOfDefaultDays;
@property (nonatomic) double ratioOfDaysInTrips;
@property (nonatomic) double ratioOfDaysInAggregations;
@property (nonatomic) unsigned long long numberOfShortTrips;
@property (nonatomic) unsigned long long numberOfLongTrips;
@property (nonatomic) unsigned long long numberOfAggregations;
@property (nonatomic) double averageNumberOfAssetsInDefaultHighlights;
@property (nonatomic) double averageNumberOfAssetsInAggregationHighlights;
@property (nonatomic) double averageNumberOfAssetsInTripHighlights;
@property (nonatomic) double ratioOfAssetsInDefaultHighlights;
@property (nonatomic) double ratioOfAssetsInAggregationHighlights;
@property (nonatomic) double ratioOfAssetsInTripHighlights;
@property (nonatomic) double ratioOfAssetsWithUtilityCurationScore;
@property (nonatomic) double ratioOfAssetsWithDefaultCurationScore;
@property (nonatomic) double ratioOfAssetsWithImprovedCurationScore;
@property (nonatomic) double ratioOfAssetsWithBetterCurationScore;
@property (nonatomic) double personalHighAestheticScore;
@property (nonatomic) double personalGoodAestheticScore;
@property (nonatomic) double topTierAestheticScore;
@property (nonatomic) double topTierAestheticScoreForTripKeyAsset;
@property (nonatomic) double ratioOfShinyGemAssets;
@property (nonatomic) double ratioOfRegularGemAssets;
@property (nonatomic) double ratioOfGoldAssets;
@property (nonatomic) unsigned long long numberOfMonthHighlights;
@property (nonatomic) double averageNumberOfPromotedHighlightsPerMonth;
@property (nonatomic) double averageNumberOfPromotedHighlightsPerMonthPastYear;
@property (nonatomic) double averageNumberOfCuratedAssetsPerMonth;
@property (nonatomic) double ratioOfCuratedAssetsCoveredInMonth;
@property (nonatomic) unsigned long long numberOfYearHighlights;
@property (nonatomic) double ratioOfHiddenDayHighlights;
@property (nonatomic) double ratioOfCurated1siesAmongVisibleHighlights;
@property (nonatomic) double ratioOfCurated2siesAmongVisibleHighlights;
@property (nonatomic) double ratioOfCuratedAssets;
@property (nonatomic) double ratioOfCuratedAssetsInTrips;
@property (nonatomic) double ratioOfCuratedAssetsInDefaultHighlights;
@property (nonatomic) double ratioOfCuratedAssetsInAggregations;
@property (nonatomic) double ratioOfUtilityAssets;
@property (nonatomic) double ratioOfUtilityAssetsInTrips;
@property (nonatomic) double ratioOfDedupedAssets;
@property (nonatomic) double ratioOfDedupedAssetsInTrips;
@property (nonatomic) unsigned long long numberOfMoments;
@property (nonatomic) double ratioOfPhotoKeyAssets;
@property (nonatomic) double ratioOfAutoplayedPhotoKeyAssets;
@property (nonatomic) double ratioOfVideoKeyAssets;
@property (nonatomic) double ratioOfAutoplayedVideoKeyAssets;
@property (nonatomic) double ratioOfProcessedScenes;
@property (nonatomic) double ratioOfProcessedFaces;

+ (id)librarySizeRangeDescriptionForLibrarySizeRange:(long long)a0;

- (id)payload;
- (id)initWithGraphManager:(id)a0;
- (id)identifier;
- (void).cxx_destruct;
- (id)_dayHighlights;
- (void)gatherMetricsWithProgressBlock:(id /* block */)a0;
- (id)_aggregationGroups;
- (id)_assetsStatisticsInHighlights:(id)a0 photoLibrary:(id)a1 includeUtility:(BOOL)a2;
- (id)_daysWithinAggregations;
- (id)_daysWithinTrips;
- (unsigned long long)_debugNumberOfAssets;
- (id)_defaultHighlights;
- (void)_fillAestheticAndBehavioralCurationStatisticsWithGraph:(id)a0;
- (void)_fillContentScoreStatisticsWithGraph:(id)a0 withProgressBlock:(id /* block */)a1;
- (void)_fillDayHighlightsStatisticsWithGraph:(id)a0 withProgressBlock:(id /* block */)a1;
- (void)_fillGenericStatisticsWithGraph:(id)a0;
- (void)_fillHiddenHighlightsStatisticsWithGraph:(id)a0;
- (void)_fillKeyAssetsStatisticsWithGraph:(id)a0;
- (void)_fillMomentsStatisticsWithGraph:(id)a0;
- (void)_fillMonthHighlightsStatisticsWithGraph:(id)a0;
- (void)_fillOnesiesHighlightStatisticsWithGraph:(id)a0;
- (void)_fillProcessingLevelStatisticsWithGraph:(id)a0;
- (void)_fillYearHighlightsStatisticsWithGraph:(id)a0;
- (id)_longTripDayGroups;
- (unsigned long long)_numberOfDayHighlights;
- (double)_ratioFromNumerator:(unsigned long long)a0 denominator:(unsigned long long)a1;
- (void)_saveKey:(id)a0 doubleValue:(double)a1 payload:(id)a2;
- (void)_saveKey:(id)a0 integerValue:(unsigned long long)a1 payload:(id)a2;
- (void)_saveKey:(id)a0 stringValue:(id)a1 payload:(id)a2;
- (id)_shortTripDayGroups;
- (id)utilityPredicate;

@end