Class SigmaXml
Class that concerns reading the "cache.js" file that Sigma generates, that contains time-series data.
Inherited Members
Namespace: TimeSeriesAnalysis.Utility
Assembly: TimeSeriesAnalysis.dll
Syntax
public class SigmaXml
Methods
| Edit this page View SourceLoadFromFile(string)
Load the sigma "cache" file format, often named "cache.js". This file is json file, but is converted to a xml-file by replacing the header, and is read from javascript in json format and is also read from c# in the xml-converted format. The data has both a "cache" and an "eventdata" portion, but this driver reads only the cache format where the time-series data is usually stored.
Declaration
public static (TimeSeriesDataSet, int) LoadFromFile(string xmlFileName)
Parameters
Type | Name | Description |
---|---|---|
string | xmlFileName |
Returns
Type | Description |
---|---|
(TimeSeriesDataSet, int) |