|
Synapseml
1.0.4
|
SimpleFitMultivariateAnomaly implements SimpleFitMultivariateAnomaly More...


Public Member Functions | |
| SimpleFitMultivariateAnomaly () | |
| Creates a SimpleFitMultivariateAnomaly without any parameters. More... | |
| SimpleFitMultivariateAnomaly (string uid) | |
| Creates a SimpleFitMultivariateAnomaly with a UID that is used to give the SimpleFitMultivariateAnomaly a unique ID. More... | |
| SimpleFitMultivariateAnomaly | SetAlignMode (string value) |
| Sets value for alignMode More... | |
| SimpleFitMultivariateAnomaly | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| SimpleFitMultivariateAnomaly | SetDisplayName (string value) |
| Sets value for displayName More... | |
| SimpleFitMultivariateAnomaly | SetEndTime (string value) |
| Sets value for endTime More... | |
| SimpleFitMultivariateAnomaly | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| SimpleFitMultivariateAnomaly | SetFillNAMethod (string value) |
| Sets value for fillNAMethod More... | |
| SimpleFitMultivariateAnomaly | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| SimpleFitMultivariateAnomaly | SetInputCols (string[] value) |
| Sets value for inputCols More... | |
| SimpleFitMultivariateAnomaly | SetIntermediateSaveDir (string value) |
| Sets value for intermediateSaveDir More... | |
| SimpleFitMultivariateAnomaly | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| SimpleFitMultivariateAnomaly | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| SimpleFitMultivariateAnomaly | SetPaddingValue (int value) |
| Sets value for paddingValue More... | |
| SimpleFitMultivariateAnomaly | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| SimpleFitMultivariateAnomaly | SetSlidingWindow (int value) |
| Sets value for slidingWindow More... | |
| SimpleFitMultivariateAnomaly | SetStartTime (string value) |
| Sets value for startTime More... | |
| SimpleFitMultivariateAnomaly | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| SimpleFitMultivariateAnomaly | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| SimpleFitMultivariateAnomaly | SetSuppressMaxRetriesException (bool value) |
| Sets value for suppressMaxRetriesException More... | |
| SimpleFitMultivariateAnomaly | SetTimestampCol (string value) |
| Sets value for timestampCol More... | |
| SimpleFitMultivariateAnomaly | SetUrl (string value) |
| Sets value for url More... | |
| string | GetAlignMode () |
| Gets alignMode value More... | |
| int[] | GetBackoffs () |
| Gets backoffs value More... | |
| string | GetDisplayName () |
| Gets displayName value More... | |
| string | GetEndTime () |
| Gets endTime value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| string | GetFillNAMethod () |
| Gets fillNAMethod value More... | |
| int | GetInitialPollingDelay () |
| Gets initialPollingDelay value More... | |
| string[] | GetInputCols () |
| Gets inputCols value More... | |
| string | GetIntermediateSaveDir () |
| Gets intermediateSaveDir value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| int | GetPaddingValue () |
| Gets paddingValue value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| int | GetSlidingWindow () |
| Gets slidingWindow value More... | |
| string | GetStartTime () |
| Gets startTime value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| bool | GetSuppressMaxRetriesException () |
| Gets suppressMaxRetriesException value More... | |
| string | GetTimestampCol () |
| Gets timestampCol value More... | |
| string | GetUrl () |
| Gets url value More... | |
| override SimpleDetectMultivariateAnomaly | Fit (DataFrame dataset) |
| Fits a model to the input data. 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< SimpleFitMultivariateAnomaly > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| SimpleFitMultivariateAnomaly | SetLocation (string value) |
| Sets value for location More... | |
Static Public Member Functions | |
| static SimpleFitMultivariateAnomaly | Load (string path) |
| Loads the SimpleFitMultivariateAnomaly that was previously saved using Save(string). More... | |
|
inline |
Creates a SimpleFitMultivariateAnomaly without any parameters.
|
inline |
Creates a SimpleFitMultivariateAnomaly with a UID that is used to give the SimpleFitMultivariateAnomaly a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| override SimpleDetectMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.Fit | ( | DataFrame | dataset | ) |
Fits a model to the input data.
| dataset | The DataFrame to fit the model to. |
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetAlignMode | ( | ) |
Gets alignMode value
| int [] Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetBackoffs | ( | ) |
Gets backoffs value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetDisplayName | ( | ) |
Gets displayName value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetEndTime | ( | ) |
Gets endTime value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetFillNAMethod | ( | ) |
Gets fillNAMethod value
| int Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| string [] Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetInputCols | ( | ) |
Gets inputCols value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetIntermediateSaveDir | ( | ) |
Gets intermediateSaveDir value
| int Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetPaddingValue | ( | ) |
Gets paddingValue value
| int Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetPollingDelay | ( | ) |
Gets pollingDelay value
| int Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetSlidingWindow | ( | ) |
Gets slidingWindow value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetStartTime | ( | ) |
Gets startTime value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetTimestampCol | ( | ) |
Gets timestampCol value
| string Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.GetUrl | ( | ) |
Gets url value
|
static |
Loads the SimpleFitMultivariateAnomaly that was previously saved using Save(string).
| path | The path the previous SimpleFitMultivariateAnomaly was saved to |
| JavaMLReader<SimpleFitMultivariateAnomaly> Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.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 |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetAlignMode | ( | string | value | ) |
Sets value for alignMode
| value | An optional field, indicates how we align different variables into the same time-range which is required by the model.{Inner, Outer} |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetDisplayName | ( | string | value | ) |
Sets value for displayName
| value | optional field, name of the model |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetEndTime | ( | string | value | ) |
Sets value for endTime
| value | A required field, end time of data to be used for detection/generating multivariate anomaly detection model, should be date-time. |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetFillNAMethod | ( | string | value | ) |
Sets value for fillNAMethod
| value | An optional field, indicates how missed values will be filled with. Can not be set to NotFill, when alignMode is Outer.{Previous, Subsequent, Linear, Zero, Fixed} |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetInputCols | ( | string[] | value | ) |
Sets value for inputCols
| value | The names of the input columns |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetIntermediateSaveDir | ( | string | value | ) |
Sets value for intermediateSaveDir
| value | Blob storage location in HDFS where intermediate data is saved while training. |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetPaddingValue | ( | int | value | ) |
Sets value for paddingValue
| value | optional field, is only useful if FillNAMethod is set to Fixed. |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetSlidingWindow | ( | int | value | ) |
Sets value for slidingWindow
| value | An optional field, indicates how many history points will be used to determine the anomaly score of one subsequent point. |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetStartTime | ( | string | value | ) |
Sets value for startTime
| value | A required field, start time of data to be used for detection/generating multivariate anomaly detection model, should be date-time. |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetTimestampCol | ( | string | value | ) |
Sets value for timestampCol
| value | Timestamp column name |
| SimpleFitMultivariateAnomaly Synapse.ML.Services.Anomaly.SimpleFitMultivariateAnomaly.SetUrl | ( | string | value | ) |
Sets value for url
| value | Url of the service |
1.8.17