AWFForecastModel
Objective-C
@interface AWFForecastModel : NSObjectSwift
class AWFForecastModel : NSObjectAWFForecastModel is a static class that contains information about the supported forecast models used throughout the library.
- 
                  
                  Returns a dictionary that maps each {@link AWFForecastModel} to its display name. DeclarationObjective-C + (nonnull NSDictionary<AWFForecastModelType, NSString *> *)names;Swift class func names() -> [AWFForecastModelType : String]
- 
                  
                  Returns the time interval between periods covered by a model type. DeclarationObjective-C + (NSTimeInterval)intervalForForecastModelType: (nonnull AWFForecastModelType)model;Swift class func interval(forForecastModelType model: AWFForecastModelType) -> TimeIntervalParametersmodelThe model type to return the time interval for Return ValueThe time interval between periods for the model 
- 
                  
                  Returns the maximum time covered by a model type. DeclarationObjective-C + (NSTimeInterval)maxTimeRangeForForecastModelType: (nonnull AWFForecastModelType)model;Swift class func maxTimeRange(forForecastModelType model: AWFForecastModelType) -> TimeIntervalParametersmodelThe model type to return the maximum time for Return ValueThe maximum time supported by the model 
 View on GitHub
View on GitHub AWFForecastModel Class Reference
        AWFForecastModel Class Reference