Packages

class FitMultivariateAnomaly extends Estimator[DetectMultivariateAnomaly] with MADBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FitMultivariateAnomaly
  2. MADBase
  3. BasicLogging
  4. HasErrorCol
  5. ComplexParamsWritable
  6. MLWritable
  7. HasInputCols
  8. HasSetLocation
  9. HasUrlPath
  10. Wrappable
  11. DotnetWrappable
  12. RWrappable
  13. PythonWrappable
  14. BaseWrappable
  15. MADHttpRequest
  16. HasAsyncReply
  17. HasSubscriptionKey
  18. HasServiceParams
  19. HasURL
  20. HasOutputCol
  21. Estimator
  22. PipelineStage
  23. Logging
  24. Params
  25. Serializable
  26. Serializable
  27. Identifiable
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FitMultivariateAnomaly()
  2. new FitMultivariateAnomaly(uid: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val alignMode: Param[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  8. def blobName: String
    Attributes
    protected
    Definition Classes
    MADBase
  9. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  10. def cleanUpIntermediateData(): Unit
    Definition Classes
    MADBase
  11. final def clear(param: Param[_]): FitMultivariateAnomaly.this.type
    Definition Classes
    Params
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. val connectionString: Param[String]
    Definition Classes
    MADBase
  15. val containerName: Param[String]
    Definition Classes
    MADBase
  16. def contentType: String
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  17. def copy(extra: ParamMap): Estimator[DetectMultivariateAnomaly]
    Definition Classes
    FitMultivariateAnomaly → Estimator → PipelineStage → Params
  18. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  19. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  20. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  21. val diagnosticsInfo: CognitiveServiceStructParam[DiagnosticsInfo]
  22. val displayName: Param[String]
  23. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLocationDotnetWrappable
  24. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  36. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  37. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  38. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  39. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  40. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  41. val endTime: Param[String]
    Definition Classes
    MADBase
  42. val endpoint: Param[String]
    Definition Classes
    MADBase
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  45. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  46. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  47. def explainParams(): String
    Definition Classes
    Params
  48. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  49. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  50. val fillNAMethod: Param[String]
  51. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def fit(dataset: Dataset[_]): DetectMultivariateAnomaly
    Definition Classes
    FitMultivariateAnomaly → Estimator
  53. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[DetectMultivariateAnomaly]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  54. def fit(dataset: Dataset[_], paramMap: ParamMap): DetectMultivariateAnomaly
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  55. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DetectMultivariateAnomaly
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  56. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  57. def getAlignMode: Option[String]
  58. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  59. def getBlobContainerClient(storageName: String, storageKey: String, endpoint: String, sasToken: String, containerName: String): BlobContainerClient
    Attributes
    protected
    Definition Classes
    MADBase
  60. def getBlobContainerClient(storageConnectionString: String, containerName: String): BlobContainerClient
    Attributes
    protected
    Definition Classes
    MADBase
  61. def getBlobContainerClient: BlobContainerClient
    Attributes
    protected
    Definition Classes
    MADBase
  62. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def getConnectionString: Option[String]
    Definition Classes
    MADBase
  64. def getContainerName: String
    Definition Classes
    MADBase
  65. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  66. def getDiagnosticsInfo: Option[DiagnosticsInfo]
  67. def getDisplayName: Option[String]
  68. def getEndTime: String
    Definition Classes
    MADBase
  69. def getEndpoint: Option[String]
    Definition Classes
    MADBase
  70. def getErrorCol: String
    Definition Classes
    HasErrorCol
  71. def getFillNAMethod: Option[String]
  72. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  73. def getInputCols: Array[String]

    Definition Classes
    HasInputCols
  74. def getIntermediateSaveDir: String
    Definition Classes
    MADBase
  75. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  76. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  77. def getOutputCol: String

    Definition Classes
    HasOutputCol
  78. def getPaddingValue: Option[Int]
  79. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  80. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  81. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  82. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  83. def getSASToken: Option[String]
    Definition Classes
    MADBase
  84. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  85. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  86. def getSlidingWindow: Option[Int]
  87. def getStartTime: String
    Definition Classes
    MADBase
  88. def getStorageKey: Option[String]
    Definition Classes
    MADBase
  89. def getStorageName: Option[String]
    Definition Classes
    MADBase
  90. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  91. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  92. def getSuppressMaxRetriesExceededException: Boolean

    Definition Classes
    HasAsyncReply
  93. def getTimestampCol: String
    Definition Classes
    MADBase
  94. def getUrl: String

    Definition Classes
    HasURL
  95. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  96. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  97. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  98. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  99. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  100. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  101. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  102. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  103. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  104. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Attributes
    protected
    Definition Classes
    MADHttpRequestHasAsyncReply
  105. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  106. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  107. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  108. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  109. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  110. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. val inputCols: StringArrayParam

    The names of the inputColumns

    The names of the inputColumns

    Definition Classes
    HasInputCols
  112. val intermediateSaveDir: Param[String]
    Definition Classes
    MADBase
  113. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  114. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  115. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  116. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  117. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  118. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  119. def logClass(): Unit
    Definition Classes
    BasicLogging
  120. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  121. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  122. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  123. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  124. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  125. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  126. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  127. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  128. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  129. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  130. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  131. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  132. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  133. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  134. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  135. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  136. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  137. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  138. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  139. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  140. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  141. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  142. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  143. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  144. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  145. val paddingValue: IntParam
  146. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  147. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  148. def prepareEntity(source: String): Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    FitMultivariateAnomalyMADHttpRequest
  149. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  150. def prepareRequest(entity: AbstractHttpEntity): Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  151. def prepareUrl: String
    Attributes
    protected
    Definition Classes
    FitMultivariateAnomalyMADHttpRequest
  152. def pyAdditionalMethods: String
    Definition Classes
    MADBaseHasSetLocationPythonWrappable
  153. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  154. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  155. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  156. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  157. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  158. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  159. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  160. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  161. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  162. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  163. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  164. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  165. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  166. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  167. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  168. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  169. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  170. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  171. def queryForResult(key: Option[String], client: CloseableHttpClient, location: URI): Option[HTTPResponseData]
    Attributes
    protected
    Definition Classes
    MADHttpRequestHasAsyncReply
  172. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  173. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  174. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  175. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  176. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  177. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  178. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  179. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  180. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  181. val sasToken: Param[String]
    Definition Classes
    MADBase
  182. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  183. final def set(paramPair: ParamPair[_]): FitMultivariateAnomaly.this.type
    Attributes
    protected
    Definition Classes
    Params
  184. final def set(param: String, value: Any): FitMultivariateAnomaly.this.type
    Attributes
    protected
    Definition Classes
    Params
  185. final def set[T](param: Param[T], value: T): FitMultivariateAnomaly.this.type
    Definition Classes
    Params
  186. def setAlignMode(v: String): FitMultivariateAnomaly.this.type
  187. def setBackoffs(value: Array[Int]): FitMultivariateAnomaly.this.type

    Definition Classes
    HasAsyncReply
  188. def setConnectionString(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  189. def setContainerName(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  190. final def setDefault(paramPairs: ParamPair[_]*): FitMultivariateAnomaly.this.type
    Attributes
    protected
    Definition Classes
    Params
  191. final def setDefault[T](param: Param[T], value: T): FitMultivariateAnomaly.this.type
    Attributes
    protected
    Definition Classes
    Params
  192. def setDiagnosticsInfo(v: DiagnosticsInfo): FitMultivariateAnomaly.this.type
  193. def setDisplayName(v: String): FitMultivariateAnomaly.this.type
  194. def setEndTime(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  195. def setEndpoint(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  196. def setErrorCol(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasErrorCol
  197. def setFillNAMethod(v: String): FitMultivariateAnomaly.this.type
  198. def setInitialPollingDelay(value: Int): FitMultivariateAnomaly.this.type

    Definition Classes
    HasAsyncReply
  199. def setInputCols(value: Array[String]): FitMultivariateAnomaly.this.type

    Definition Classes
    HasInputCols
  200. def setIntermediateSaveDir(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  201. def setLocation(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasSetLocation
  202. def setMaxPollingRetries(value: Int): FitMultivariateAnomaly.this.type

    Definition Classes
    HasAsyncReply
  203. def setOutputCol(value: String): FitMultivariateAnomaly.this.type

    Definition Classes
    HasOutputCol
  204. def setPaddingValue(v: Int): FitMultivariateAnomaly.this.type
  205. def setPollingDelay(value: Int): FitMultivariateAnomaly.this.type

    Definition Classes
    HasAsyncReply
  206. def setSASToken(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  207. def setScalarParam[T](name: String, value: T): FitMultivariateAnomaly.this.type
    Definition Classes
    HasServiceParams
  208. def setScalarParam[T](p: ServiceParam[T], value: T): FitMultivariateAnomaly.this.type
    Definition Classes
    HasServiceParams
  209. def setSlidingWindow(v: Int): FitMultivariateAnomaly.this.type
  210. def setStartTime(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  211. def setStorageKey(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  212. def setStorageName(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  213. def setSubscriptionKey(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasSubscriptionKey
  214. def setSubscriptionKeyCol(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasSubscriptionKey
  215. def setSuppressMaxRetriesExceededException(value: Boolean): FitMultivariateAnomaly.this.type

    Definition Classes
    HasAsyncReply
  216. def setTimestampCol(v: String): FitMultivariateAnomaly.this.type
    Definition Classes
    MADBase
  217. def setUrl(value: String): FitMultivariateAnomaly.this.type

    Definition Classes
    HasURL
  218. def setVectorParam(name: String, value: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasServiceParams
  219. def setVectorParam[T](p: ServiceParam[T], value: String): FitMultivariateAnomaly.this.type
    Definition Classes
    HasServiceParams
  220. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  221. val slidingWindow: IntParam
  222. val startTime: Param[String]
    Definition Classes
    MADBase
  223. val storageKey: Param[String]
    Definition Classes
    MADBase
  224. val storageName: Param[String]
    Definition Classes
    MADBase
  225. def storeFeatureInCsv(rows: Array[Row], timestampColIdx: Int, featureIdx: Int, out: OutputStream): Unit
    Attributes
    protected
    Definition Classes
    MADBase
  226. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  227. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  228. val suppressMaxRetriesExceededException: BooleanParam
    Definition Classes
    HasAsyncReply
  229. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  230. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  231. def timeoutResult(key: Option[String], client: CloseableHttpClient, location: URI, maxTries: Int): HTTPResponseData
    Attributes
    protected
    Definition Classes
    FitMultivariateAnomalyMADHttpRequest
  232. val timestampCol: Param[String]
    Definition Classes
    MADBase
  233. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  234. def transformSchema(schema: StructType): StructType
    Definition Classes
    FitMultivariateAnomaly → PipelineStage
  235. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  236. val uid: String
    Definition Classes
    FitMultivariateAnomalyBasicLogging → Identifiable
  237. def upload(blobContainerClient: BlobContainerClient, df: DataFrame): String
    Attributes
    protected
    Definition Classes
    MADBase
  238. val url: Param[String]
    Definition Classes
    HasURL
  239. def urlPath: String
    Definition Classes
    FitMultivariateAnomalyHasUrlPath
  240. val ver: String
    Definition Classes
    BasicLogging
  241. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  242. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  243. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  244. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from MADBase

Inherited from BasicLogging

Inherited from HasErrorCol

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasInputCols

Inherited from HasSetLocation

Inherited from HasUrlPath

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from MADHttpRequest

Inherited from HasAsyncReply

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasURL

Inherited from HasOutputCol

Inherited from Estimator[DetectMultivariateAnomaly]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped