Table of Contents

Class SigmaXml

Namespace
TimeSeriesAnalysis.Utility
Assembly
TimeSeriesAnalysis.dll

Class that concerns reading the "cache.js" file that Sigma generates, that contains time-series data.

public class SigmaXml
Inheritance
SigmaXml
Inherited Members

Methods

LoadFromFile(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.

public static (TimeSeriesDataSet, int) LoadFromFile(string xmlFileName)

Parameters

xmlFileName string

Returns

(TimeSeriesDataSet, int)