o

ai.h2o.sparkling.examples

HamOrSpamDemo

object HamOrSpamDemo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HamOrSpamDemo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertPredictions(spark: SparkSession, model: PipelineModel): Unit
  6. def autoML(): H2OAutoML
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def createColumnPruner(hashingTF: HashingTF, stopWordsRemover: StopWordsRemover, tokenizer: RegexTokenizer): ColumnPruner
  9. def createHashingTF(stopWordsRemover: StopWordsRemover): HashingTF
  10. def createIDF(hashingTF: HashingTF): IDF
  11. def createPipeline(stages: Array[_ <: PipelineStage]): Pipeline
  12. def createStopWordsRemover(tokenizer: RegexTokenizer): StopWordsRemover
  13. def createTokenizer(): RegexTokenizer
  14. def deepLearning(): H2ODeepLearning
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def gbm(): H2OGBM
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def gridSearch(): H2OGridSearch
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isSpam(spark: SparkSession, smsText: String, model: PipelineModel): Boolean
  24. def load(spark: SparkSession, dataFile: String): DataFrame
  25. def main(args: Array[String]): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def trainPipeline(pipeline: Pipeline, data: DataFrame): PipelineModel
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def xgboost(): H2OXGBoost

Inherited from AnyRef

Inherited from Any

Ungrouped