class H2OIsolationForest extends H2OTreeBasedUnsupervisedAlgorithm[IsolationForestParameters] with H2OIsolationForestParams

Linear Supertypes
H2OIsolationForestParams, HasValidationLabelCol, HasCalibrationDataFrame, H2OTreeBasedUnsupervisedAlgorithm[IsolationForestParameters], H2OUnsupervisedAlgorithm[IsolationForestParameters], H2OAlgorithm[IsolationForestParameters], H2OAlgorithmCommonParams, H2OAlgorithmMOJOParams, H2OEstimator[IsolationForestParameters], DefaultParamsWritable, MLWritable, H2OTrainFramePreparation, H2OAlgoCommonUtils, EstimatorCommonUtils, RestCommunication, RestEncodingUtils, Logging, H2OCommonParams, H2OBaseMOJOParams, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, Estimator[H2OMOJOModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OIsolationForest
  2. H2OIsolationForestParams
  3. HasValidationLabelCol
  4. HasCalibrationDataFrame
  5. H2OTreeBasedUnsupervisedAlgorithm
  6. H2OUnsupervisedAlgorithm
  7. H2OAlgorithm
  8. H2OAlgorithmCommonParams
  9. H2OAlgorithmMOJOParams
  10. H2OEstimator
  11. DefaultParamsWritable
  12. MLWritable
  13. H2OTrainFramePreparation
  14. H2OAlgoCommonUtils
  15. EstimatorCommonUtils
  16. RestCommunication
  17. RestEncodingUtils
  18. Logging
  19. H2OCommonParams
  20. H2OBaseMOJOParams
  21. H2OAlgoParamsBase
  22. H2OFrameLifecycle
  23. ParameterConstructorMethods
  24. Estimator
  25. PipelineStage
  26. Logging
  27. Params
  28. Serializable
  29. Serializable
  30. Identifiable
  31. AnyRef
  32. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef
    Definition Classes
    H2OAlgoParamsBase

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val binaryModel: Option[H2OBinaryModel]
    Attributes
    protected
    Definition Classes
    H2OAlgoCommonUtils
  7. def booleanParam(name: String, doc: String): BooleanParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. val buildTreeOneNode: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  9. val categoricalEncoding: Param[String]
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  10. def checkResponseCode(connection: HttpURLConnection, confirmationLoggingLevel: LoggingLevel): Unit
    Definition Classes
    RestCommunication
  11. final def clear(param: Param[_]): H2OIsolationForest.this.type
    Definition Classes
    Params
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val colSampleRateChangePerLevel: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  14. val colSampleRatePerTree: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  15. final val columnsToCategorical: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  16. val contamination: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  17. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  18. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  19. final val convertInvalidNumbersToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  20. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  21. def convertModelIdToKey(key: String): String
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  22. final val convertUnknownCategoricalLevelsToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  23. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  24. def copy(extra: ParamMap): H2OIsolationForest.this.type
    Definition Classes
    H2OEstimator → Estimator → PipelineStage → Params
  25. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  26. def createMOJOSettings(): H2OMOJOSettings
    Attributes
    protected
    Definition Classes
    H2OAlgorithmH2OEstimator
  27. def createMOJOUID(): String
    Attributes
    protected
    Definition Classes
    H2OEstimator
  28. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  29. def delete(endpoint: URI, suffix: String, conf: H2OConf): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  30. def delete[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  31. final val detailedPredictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  32. def doubleArrayParam(name: String, doc: String): DoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  33. def doubleParam(name: String, doc: String): DoubleParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  34. def downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  35. def downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  38. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  39. def explainParams(): String
    Definition Classes
    Params
  40. val exportCheckpointsDir: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  41. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  42. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  43. final val featuresCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  44. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def fit(dataset: Dataset[_]): H2OIsolationForestMOJOModel
  46. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[H2OMOJOModel]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  47. def fit(dataset: Dataset[_], paramMap: ParamMap): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  48. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  49. def floatParam(name: String, doc: String): FloatParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  50. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  51. def getBinaryModel(): H2OBinaryModel
    Definition Classes
    H2OAlgoCommonUtils
  52. def getBuildTreeOneNode(): Boolean
    Definition Classes
    H2OIsolationForestParams
  53. def getCalibrationDataFrame(): DataFrame
    Definition Classes
    HasCalibrationDataFrame
  54. def getCategoricalEncoding(): String
    Definition Classes
    H2OIsolationForestParams
  55. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. def getColSampleRateChangePerLevel(): Double
    Definition Classes
    H2OIsolationForestParams
  57. def getColSampleRatePerTree(): Double
    Definition Classes
    H2OIsolationForestParams
  58. def getColumnsToCategorical(): Array[String]
    Definition Classes
    H2OCommonParams
  59. def getContamination(): Double
    Definition Classes
    H2OIsolationForestParams
  60. def getConvertInvalidNumbersToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  61. def getConvertUnknownCategoricalLevelsToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  62. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  63. def getDetailedPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  64. def getExportCheckpointsDir(): String
    Definition Classes
    H2OIsolationForestParams
  65. def getFeaturesCols(): Array[String]
    Definition Classes
    H2OAlgorithmCommonParams → H2OAlgorithmMOJOParams
  66. def getIgnoreConstCols(): Boolean
    Definition Classes
    H2OIsolationForestParams
  67. def getIgnoredCols(): Array[String]
    Definition Classes
    H2OIsolationForestParams
  68. def getKeepBinaryModels(): Boolean
    Definition Classes
    H2OCommonParams
  69. def getMaxDepth(): Int
    Definition Classes
    H2OIsolationForestParams
  70. def getMaxRuntimeSecs(): Double
    Definition Classes
    H2OIsolationForestParams
  71. def getMinRows(): Double
    Definition Classes
    H2OIsolationForestParams
  72. def getModelId(): String
    Definition Classes
    H2OIsolationForestParams
  73. def getMtries(): Int
    Definition Classes
    H2OIsolationForestParams
  74. def getNamedMojoOutputColumns(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  75. def getNtrees(): Int
    Definition Classes
    H2OIsolationForestParams
  76. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  77. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  78. def getPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  79. def getSampleRate(): Double
    Definition Classes
    H2OIsolationForestParams
  80. def getSampleSize(): Long
    Definition Classes
    H2OIsolationForestParams
  81. def getScoreEachIteration(): Boolean
    Definition Classes
    H2OIsolationForestParams
  82. def getScoreTreeInterval(): Int
    Definition Classes
    H2OIsolationForestParams
  83. def getSeed(): Long
    Definition Classes
    H2OIsolationForestParams
  84. def getSplitRatio(): Double
    Definition Classes
    H2OCommonParams
  85. def getStoppingMetric(): String
    Definition Classes
    H2OIsolationForestParams
  86. def getStoppingRounds(): Int
    Definition Classes
    H2OIsolationForestParams
  87. def getStoppingTolerance(): Double
    Definition Classes
    H2OIsolationForestParams
  88. def getValidationDataFrame(): DataFrame
    Definition Classes
    H2OCommonParams
  89. def getValidationLabelCol(): String
    Definition Classes
    HasValidationLabelCol
  90. def getWithContributions(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  91. def getWithLeafNodeAssignments(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  92. def getWithStageResults(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  93. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  94. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  95. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  96. val ignoreConstCols: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  97. val ignoredCols: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  98. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  99. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream
    Attributes
    protected
    Definition Classes
    RestCommunication
  101. def insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream
    Definition Classes
    RestCommunication
  102. def intArrayParam(name: String, doc: String): IntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  103. def intParam(name: String, doc: String): IntParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  104. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  105. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  106. def isPrimitiveType(value: Any): Boolean
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  107. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  108. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  109. final val keepBinaryModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  110. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  111. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  113. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  115. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  117. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  118. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  119. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  120. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  121. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  122. def longParam(name: String, doc: String): LongParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  123. val maxDepth: IntParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  124. val maxRuntimeSecs: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  125. val minRows: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  126. val modelId: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  127. val mtries: IntParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  128. final val namedMojoOutputColumns: Param[Boolean]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  129. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  130. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  131. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  132. val ntrees: IntParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  133. def nullableDataFrameParam(name: String, doc: String): NullableDataFrameParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  134. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  135. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  136. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  137. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  138. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  139. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  140. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  141. def nullableStringParam(name: String, doc: String): NullableStringParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  142. def param[T](name: String, doc: String): Param[T]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  143. def paramTag: ClassTag[IsolationForestParameters]
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  144. var parameters: IsolationForestParameters
    Attributes
    protected
    Definition Classes
    H2OEstimator
  145. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  146. final val predictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  147. def prepareH2OTrainFrameForFitting(frame: H2OFrame): Unit
    Attributes
    protected
    Definition Classes
    H2OTrainFramePreparation
  148. def query[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  149. def readURLContent(endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], encodeParamsAsJson: Boolean, file: Option[String], confirmationLoggingLevel: LoggingLevel): InputStream
    Attributes
    protected
    Definition Classes
    RestCommunication
  150. def request[ResultType](endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean, confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  151. val sampleRate: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  152. val sampleSize: LongParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  153. def sanitize(colName: String): String
    Definition Classes
    H2OAlgoCommonUtils
  154. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  155. val scoreEachIteration: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  156. val scoreTreeInterval: IntParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  157. val seed: LongParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  158. final def set(paramPair: ParamPair[_]): H2OIsolationForest.this.type
    Attributes
    protected
    Definition Classes
    Params
  159. final def set(param: String, value: Any): H2OIsolationForest.this.type
    Attributes
    protected
    Definition Classes
    Params
  160. final def set[T](param: Param[T], value: T): H2OIsolationForest.this.type
    Definition Classes
    Params
  161. def setBuildTreeOneNode(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  162. def setCalibrationDataFrame(value: DataFrame): H2OIsolationForest.this.type
    Definition Classes
    HasCalibrationDataFrame
  163. def setCategoricalEncoding(value: String): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  164. def setColSampleRateChangePerLevel(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  165. def setColSampleRatePerTree(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  166. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  167. def setColumnsToCategorical(columns: Array[String]): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  168. def setColumnsToCategorical(first: String, others: String*): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  169. def setContamination(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  170. def setConvertInvalidNumbersToNa(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  171. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  172. final def setDefault(paramPairs: ParamPair[_]*): H2OIsolationForest.this.type
    Attributes
    protected
    Definition Classes
    Params
  173. final def setDefault[T](param: Param[T], value: T): H2OIsolationForest.this.type
    Attributes
    protected
    Definition Classes
    Params
  174. def setDetailedPredictionCol(columnName: String): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  175. def setExportCheckpointsDir(value: String): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  176. def setFeaturesCol(first: String): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  177. def setFeaturesCols(columnNames: ArrayList[String]): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  178. def setFeaturesCols(columnNames: Array[String]): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  179. def setFeaturesCols(first: String, others: String*): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  180. def setIgnoreConstCols(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  181. def setIgnoredCols(value: Array[String]): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  182. def setKeepBinaryModels(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  183. def setMaxDepth(value: Int): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  184. def setMaxRuntimeSecs(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  185. def setMinRows(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  186. def setModelId(value: String): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  187. def setMtries(value: Int): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  188. def setNamedMojoOutputColumns(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  189. def setNtrees(value: Int): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  190. def setPredictionCol(columnName: String): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  191. def setSampleRate(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  192. def setSampleSize(value: Long): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  193. def setScoreEachIteration(value: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  194. def setScoreTreeInterval(value: Int): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  195. def setSeed(value: Long): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  196. def setSplitRatio(ratio: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  197. def setStoppingMetric(value: String): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  198. def setStoppingRounds(value: Int): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  199. def setStoppingTolerance(value: Double): H2OIsolationForest.this.type
    Definition Classes
    H2OIsolationForestParams
  200. def setValidationDataFrame(dataFrame: DataFrame): H2OIsolationForest.this.type
    Definition Classes
    H2OCommonParams
  201. def setValidationLabelCol(value: String): H2OIsolationForest.this.type
    Definition Classes
    HasValidationLabelCol
  202. def setWithContributions(enabled: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  203. def setWithDetailedPredictionCol(enabled: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  204. def setWithLeafNodeAssignments(enabled: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  205. def setWithStageResults(enabled: Boolean): H2OIsolationForest.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  206. final val splitRatio: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  207. val stoppingMetric: Param[String]
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  208. val stoppingRounds: IntParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  209. val stoppingTolerance: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OIsolationForestParams
  210. def stringArrayParam(name: String, doc: String): StringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  211. def stringParam(name: String, doc: String): Param[String]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  212. def stringify(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  213. def stringifyArray(arr: Array[_]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  214. def stringifyMap(map: Map[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  215. def stringifyPair(pair: Tuple2[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  216. def stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  217. def stringifyPrimitiveParam(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  218. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  219. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  220. def trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  221. def transformSchema(schema: StructType): StructType
    Definition Classes
    H2OAlgorithm → PipelineStage
    Annotations
    @DeveloperApi()
  222. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  223. val uid: String
    Definition Classes
    H2OIsolationForest → Identifiable
  224. def update[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  225. final val validationDataFrame: NullableDataFrameParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  226. val validationLabelCol: Param[String]
    Attributes
    protected
    Definition Classes
    HasValidationLabelCol
  227. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  228. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  229. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  230. final val withContributions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  231. final val withDetailedPredictionCol: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  232. final val withLeafNodeAssignments: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  233. final val withStageResults: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  234. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable
  235. object LoggingLevel extends Enumeration
    Definition Classes
    RestCommunication

Deprecated Value Members

  1. def getWithDetailedPredictionCol(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from H2OIsolationForestParams

Inherited from HasValidationLabelCol

Inherited from HasCalibrationDataFrame

Inherited from H2OTreeBasedUnsupervisedAlgorithm[IsolationForestParameters]

Inherited from H2OUnsupervisedAlgorithm[IsolationForestParameters]

Inherited from H2OAlgorithm[IsolationForestParameters]

Inherited from H2OAlgorithmCommonParams

Inherited from H2OAlgorithmMOJOParams

Inherited from H2OEstimator[IsolationForestParameters]

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from H2OTrainFramePreparation

Inherited from H2OAlgoCommonUtils

Inherited from EstimatorCommonUtils

Inherited from RestCommunication

Inherited from RestEncodingUtils

Inherited from Logging

Inherited from H2OCommonParams

Inherited from H2OBaseMOJOParams

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from Estimator[H2OMOJOModel]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped