class FormOntologyLearner extends Estimator[FormOntologyTransformer] with SynapseMLLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable

Linear Supertypes
Wrappable, RWrappable, PythonWrappable, BaseWrappable, HasOutputCol, HasInputCol, DefaultParamsWritable, MLWritable, SynapseMLLogging, Estimator[FormOntologyTransformer], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormOntologyLearner
  2. Wrappable
  3. RWrappable
  4. PythonWrappable
  5. BaseWrappable
  6. HasOutputCol
  7. HasInputCol
  8. DefaultParamsWritable
  9. MLWritable
  10. SynapseMLLogging
  11. Estimator
  12. PipelineStage
  13. Logging
  14. Params
  15. Serializable
  16. Serializable
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def clear(param: Param[_]): FormOntologyLearner.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): Estimator[FormOntologyTransformer]
    Definition Classes
    FormOntologyLearner → Estimator → PipelineStage → Params
  3. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  4. def explainParams(): String
    Definition Classes
    Params
  5. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  6. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  7. def fit(dataset: Dataset[_]): FormOntologyTransformer
    Definition Classes
    FormOntologyLearner → Estimator
  8. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[FormOntologyTransformer]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  9. def fit(dataset: Dataset[_], paramMap: ParamMap): FormOntologyTransformer
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  10. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): FormOntologyTransformer
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  11. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  12. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  13. def getInputCol: String

    Definition Classes
    HasInputCol
  14. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  15. def getOutputCol: String

    Definition Classes
    HasOutputCol
  16. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  17. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  18. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  19. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  20. val inputCol: Param[String]

    The name of the input column

    The name of the input column

    Definition Classes
    HasInputCol
  21. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  22. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  23. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  24. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  25. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  26. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  27. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  28. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  29. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  30. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  31. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  32. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  33. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  34. final def set[T](param: Param[T], value: T): FormOntologyLearner.this.type
    Definition Classes
    Params
  35. def setInputCol(value: String): FormOntologyLearner.this.type

    Definition Classes
    HasInputCol
  36. def setOutputCol(value: String): FormOntologyLearner.this.type

    Definition Classes
    HasOutputCol
  37. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  38. def transformSchema(schema: StructType): StructType
    Definition Classes
    FormOntologyLearner → PipelineStage
  39. val uid: String
    Definition Classes
    FormOntologyLearnerSynapseMLLogging → Identifiable
  40. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable