|
Synapseml
0.11.1
|
DetectLastMultivariateAnomaly implements DetectLastMultivariateAnomaly More...


Public Member Functions | |
| DetectLastMultivariateAnomaly () | |
| Creates a DetectLastMultivariateAnomaly without any parameters. More... | |
| DetectLastMultivariateAnomaly (string uid) | |
| Creates a DetectLastMultivariateAnomaly with a UID that is used to give the DetectLastMultivariateAnomaly a unique ID. More... | |
| DetectLastMultivariateAnomaly | SetAADToken (string value) |
| Sets value for AADToken More... | |
| DetectLastMultivariateAnomaly | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| DetectLastMultivariateAnomaly | SetBatchSize (int value) |
| Sets value for batchSize More... | |
| DetectLastMultivariateAnomaly | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| DetectLastMultivariateAnomaly | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| DetectLastMultivariateAnomaly | SetDiagnosticsInfo (DiagnosticsInfo value) |
| Sets value for diagnosticsInfo More... | |
| DetectLastMultivariateAnomaly | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| DetectLastMultivariateAnomaly | SetHandler (object value) |
| Sets value for handler More... | |
| DetectLastMultivariateAnomaly | SetInputVariablesCols (string[] value) |
| Sets value for inputVariablesCols More... | |
| DetectLastMultivariateAnomaly | SetModelId (string value) |
| Sets value for modelId More... | |
| DetectLastMultivariateAnomaly | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| DetectLastMultivariateAnomaly | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| DetectLastMultivariateAnomaly | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| DetectLastMultivariateAnomaly | SetTimeout (double value) |
| Sets value for timeout More... | |
| DetectLastMultivariateAnomaly | SetTimestampCol (string value) |
| Sets value for timestampCol More... | |
| DetectLastMultivariateAnomaly | SetTopContributorCount (int value) |
| Sets value for topContributorCount More... | |
| DetectLastMultivariateAnomaly | SetUrl (string value) |
| Sets value for url More... | |
| string | GetAADToken () |
| Gets AADToken value More... | |
| int | GetBatchSize () |
| Gets batchSize value More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| DiagnosticsInfo | GetDiagnosticsInfo () |
| Gets diagnosticsInfo value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| object | GetHandler () |
| Gets handler value More... | |
| string[] | GetInputVariablesCols () |
| Gets inputVariablesCols value More... | |
| string | GetModelId () |
| Gets modelId value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| double | GetTimeout () |
| Gets timeout value More... | |
| string | GetTimestampCol () |
| Gets timestampCol value More... | |
| int | GetTopContributorCount () |
| Gets topContributorCount 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< DetectLastMultivariateAnomaly > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| DetectLastMultivariateAnomaly | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| DetectLastMultivariateAnomaly | SetEndpoint (string value) |
| Sets value for endpoint More... | |
| DetectLastMultivariateAnomaly | SetLocation (string value) |
| Sets value for location More... | |
Static Public Member Functions | |
| static DetectLastMultivariateAnomaly | Load (string path) |
| Loads the DetectLastMultivariateAnomaly that was previously saved using Save(string). More... | |
|
inline |
Creates a DetectLastMultivariateAnomaly without any parameters.
|
inline |
Creates a DetectLastMultivariateAnomaly with a UID that is used to give the DetectLastMultivariateAnomaly a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetBatchSize | ( | ) |
Gets batchSize value
| int Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
|
inline |
Gets diagnosticsInfo value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetHandler | ( | ) |
Gets handler value
| string [] Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetInputVariablesCols | ( | ) |
Gets inputVariablesCols value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetModelId | ( | ) |
Gets modelId value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetTimestampCol | ( | ) |
Gets timestampCol value
| int Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetTopContributorCount | ( | ) |
Gets topContributorCount value
| string Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DetectLastMultivariateAnomaly that was previously saved using Save(string).
| path | The path the previous DetectLastMultivariateAnomaly was saved to |
| JavaMLReader<DetectLastMultivariateAnomaly> Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.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 |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetBatchSize | ( | int | value | ) |
Sets value for batchSize
| value | The max size of the buffer |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetDiagnosticsInfo | ( | DiagnosticsInfo | value | ) |
Sets value for diagnosticsInfo
| value | diagnosticsInfo for training a multivariate anomaly detection model |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetInputVariablesCols | ( | string[] | value | ) |
Sets value for inputVariablesCols
| value | The names of the input variables columns |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetModelId | ( | string | value | ) |
Sets value for modelId
| value | Format - uuid. Model identifier. |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetTimestampCol | ( | string | value | ) |
Sets value for timestampCol
| value | Timestamp column name |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetTopContributorCount | ( | int | value | ) |
Sets value for topContributorCount
| value | This is a number that you could specify N from 1 to 30, which will give you the details of top N contributed variables in the anomaly results. For example, if you have 100 variables in the model, but you only care the top five contributed variables in detection results, then you should fill this field with 5. The default number is 10. |
| DetectLastMultivariateAnomaly Synapse.ML.Cognitive.Anomaly.DetectLastMultivariateAnomaly.SetUrl | ( | string | value | ) |
Sets value for url
| value | Url of the service |
1.8.17