Synapseml
0.10.0
|
DetectAnomalies implements DetectAnomalies More...
Public Member Functions | |
DetectAnomalies () | |
Creates a DetectAnomalies without any parameters. More... | |
DetectAnomalies (string uid) | |
Creates a DetectAnomalies with a UID that is used to give the DetectAnomalies a unique ID. More... | |
DetectAnomalies | SetConcurrency (int value) |
Sets value for concurrency More... | |
DetectAnomalies | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
DetectAnomalies | SetCustomInterval (int value) |
Sets value for customInterval More... | |
DetectAnomalies | SetCustomIntervalCol (string value) |
Sets value for customInterval column More... | |
DetectAnomalies | SetErrorCol (string value) |
Sets value for errorCol More... | |
DetectAnomalies | SetGranularity (string value) |
Sets value for granularity More... | |
DetectAnomalies | SetGranularityCol (string value) |
Sets value for granularity column More... | |
DetectAnomalies | SetHandler (object value) |
Sets value for handler More... | |
DetectAnomalies | SetImputeFixedValue (double value) |
Sets value for imputeFixedValue More... | |
DetectAnomalies | SetImputeFixedValueCol (string value) |
Sets value for imputeFixedValue column More... | |
DetectAnomalies | SetImputeMode (string value) |
Sets value for imputeMode More... | |
DetectAnomalies | SetImputeModeCol (string value) |
Sets value for imputeMode column More... | |
DetectAnomalies | SetMaxAnomalyRatio (double value) |
Sets value for maxAnomalyRatio More... | |
DetectAnomalies | SetMaxAnomalyRatioCol (string value) |
Sets value for maxAnomalyRatio column More... | |
DetectAnomalies | SetOutputCol (string value) |
Sets value for outputCol More... | |
DetectAnomalies | SetPeriod (int value) |
Sets value for period More... | |
DetectAnomalies | SetPeriodCol (string value) |
Sets value for period column More... | |
DetectAnomalies | SetSensitivity (int value) |
Sets value for sensitivity More... | |
DetectAnomalies | SetSensitivityCol (string value) |
Sets value for sensitivity column More... | |
DetectAnomalies | SetSeries (TimeSeriesPoint[] value) |
Sets value for series More... | |
DetectAnomalies | SetSeriesCol (string value) |
Sets value for series column More... | |
DetectAnomalies | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
DetectAnomalies | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
DetectAnomalies | SetTimeout (double value) |
Sets value for timeout More... | |
DetectAnomalies | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
int | GetCustomInterval () |
Gets customInterval value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
string | GetGranularity () |
Gets granularity value More... | |
object | GetHandler () |
Gets handler value More... | |
double | GetImputeFixedValue () |
Gets imputeFixedValue value More... | |
string | GetImputeMode () |
Gets imputeMode value More... | |
double | GetMaxAnomalyRatio () |
Gets maxAnomalyRatio value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
int | GetPeriod () |
Gets period value More... | |
int | GetSensitivity () |
Gets sensitivity value More... | |
TimeSeriesPoint [] | GetSeries () |
Gets series value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
double | GetTimeout () |
Gets timeout value More... | |
string | GetUrl () |
Gets url value More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< DetectAnomalies > | Read () |
Get the corresponding JavaMLReader instance. More... | |
DetectAnomalies | SetLocation (string value) |
Sets value for location More... | |
DetectAnomalies | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static DetectAnomalies | Load (string path) |
Loads the DetectAnomalies that was previously saved using Save(string). More... | |
DetectAnomalies implements DetectAnomalies
|
inline |
Creates a DetectAnomalies without any parameters.
|
inline |
Creates a DetectAnomalies with a UID that is used to give the DetectAnomalies a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.DetectAnomalies.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.DetectAnomalies.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
int Synapse.ML.Cognitive.DetectAnomalies.GetCustomInterval | ( | ) |
Gets customInterval value
string Synapse.ML.Cognitive.DetectAnomalies.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Cognitive.DetectAnomalies.GetGranularity | ( | ) |
Gets granularity value
object Synapse.ML.Cognitive.DetectAnomalies.GetHandler | ( | ) |
Gets handler value
double Synapse.ML.Cognitive.DetectAnomalies.GetImputeFixedValue | ( | ) |
Gets imputeFixedValue value
string Synapse.ML.Cognitive.DetectAnomalies.GetImputeMode | ( | ) |
Gets imputeMode value
double Synapse.ML.Cognitive.DetectAnomalies.GetMaxAnomalyRatio | ( | ) |
Gets maxAnomalyRatio value
string Synapse.ML.Cognitive.DetectAnomalies.GetOutputCol | ( | ) |
Gets outputCol value
int Synapse.ML.Cognitive.DetectAnomalies.GetPeriod | ( | ) |
Gets period value
int Synapse.ML.Cognitive.DetectAnomalies.GetSensitivity | ( | ) |
Gets sensitivity value
|
inline |
Gets series value
string Synapse.ML.Cognitive.DetectAnomalies.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.DetectAnomalies.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.DetectAnomalies.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DetectAnomalies that was previously saved using Save(string).
path | The path the previous DetectAnomalies was saved to |
JavaMLReader<DetectAnomalies> Synapse.ML.Cognitive.DetectAnomalies.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.DetectAnomalies.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetCustomInterval | ( | int | value | ) |
Sets value for customInterval
value | Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as granularity=minutely, customInterval=5. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetCustomIntervalCol | ( | string | value | ) |
Sets value for customInterval column
value | Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as granularity=minutely, customInterval=5. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetGranularity | ( | string | value | ) |
Sets value for granularity
value | Can only be one of yearly, monthly, weekly, daily, hourly or minutely. Granularity is used for verify whether input series is valid. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetGranularityCol | ( | string | value | ) |
Sets value for granularity column
value | Can only be one of yearly, monthly, weekly, daily, hourly or minutely. Granularity is used for verify whether input series is valid. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetImputeFixedValue | ( | double | value | ) |
Sets value for imputeFixedValue
value | Optional argument, fixed value to use when imputeMode is set to "fixed" |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetImputeFixedValueCol | ( | string | value | ) |
Sets value for imputeFixedValue column
value | Optional argument, fixed value to use when imputeMode is set to "fixed" |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetImputeMode | ( | string | value | ) |
Sets value for imputeMode
value | Optional argument, impute mode of a time series. Possible values: auto, previous, linear, fixed, zero, notFill |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetImputeModeCol | ( | string | value | ) |
Sets value for imputeMode column
value | Optional argument, impute mode of a time series. Possible values: auto, previous, linear, fixed, zero, notFill |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetLinkedService | ( | string | value | ) |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetMaxAnomalyRatio | ( | double | value | ) |
Sets value for maxAnomalyRatio
value | Optional argument, advanced model parameter, max anomaly ratio in a time series. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetMaxAnomalyRatioCol | ( | string | value | ) |
Sets value for maxAnomalyRatio column
value | Optional argument, advanced model parameter, max anomaly ratio in a time series. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetPeriod | ( | int | value | ) |
Sets value for period
value | Optional argument, periodic value of a time series. If the value is null or does not present, the API will determine the period automatically. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetPeriodCol | ( | string | value | ) |
Sets value for period column
value | Optional argument, periodic value of a time series. If the value is null or does not present, the API will determine the period automatically. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSensitivity | ( | int | value | ) |
Sets value for sensitivity
value | Optional argument, advanced model parameter, between 0-99, the lower the value is, the larger the margin value will be which means less anomalies will be accepted |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSensitivityCol | ( | string | value | ) |
Sets value for sensitivity column
value | Optional argument, advanced model parameter, between 0-99, the lower the value is, the larger the margin value will be which means less anomalies will be accepted |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSeries | ( | TimeSeriesPoint [] | value | ) |
Sets value for series
value | Time series data points. Points should be sorted by timestamp in ascending order to match the anomaly detection result. If the data is not sorted correctly or there is duplicated timestamp, the API will not work. In such case, an error message will be returned. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSeriesCol | ( | string | value | ) |
Sets value for series column
value | Time series data points. Points should be sorted by timestamp in ascending order to match the anomaly detection result. If the data is not sorted correctly or there is duplicated timestamp, the API will not work. In such case, an error message will be returned. |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSubscriptionKey | ( | string | value | ) |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
DetectAnomalies Synapse.ML.Cognitive.DetectAnomalies.SetUrl | ( | string | value | ) |