Packages

class NerDLGraphCheckerModel extends Model[NerDLGraphCheckerModel] with HasInputAnnotationCols with ParamsAndFeaturesWritable

Resulting model from NerDLGraphChecker, that does not perform any transformations, as the checks are done during the fit phase. It acts as the identity.

This annotator should never be used directly.

Linear Supertypes
ParamsAndFeaturesWritable, HasFeatures, DefaultParamsWritable, MLWritable, HasInputAnnotationCols, Model[NerDLGraphCheckerModel], Transformer, PipelineStage, Logging, Params, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. NerDLGraphCheckerModel
  2. ParamsAndFeaturesWritable
  3. HasFeatures
  4. DefaultParamsWritable
  5. MLWritable
  6. HasInputAnnotationCols
  7. Model
  8. Transformer
  9. PipelineStage
  10. Logging
  11. Params
  12. Serializable
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NerDLGraphCheckerModel()
  2. new NerDLGraphCheckerModel(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. def $$[T](feature: StructFeature[T]): T
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: SetFeature[T]): Set[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. def $$[T](feature: ArrayFeature[T]): Array[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def checkSchema(schema: StructType, inputAnnotatorType: String): Boolean
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  11. final def clear(param: Param[_]): NerDLGraphCheckerModel.this.type
    Definition Classes
    Params
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. def copy(extra: ParamMap): NerDLGraphCheckerModel
    Definition Classes
    NerDLGraphCheckerModel → Model → Transformer → PipelineStage → Params
  14. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  16. val embeddingsDim: IntParam

    Dimensionality of embeddings

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  20. def explainParams(): String
    Definition Classes
    Params
  21. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  22. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  23. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  24. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  25. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  26. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  27. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  28. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  31. def getEmbeddingsDim: Int
  32. def getInputCols: Array[String]

    returns

    input annotations columns currently used

    Definition Classes
    HasInputAnnotationCols
  33. def getLabelColumn: String
  34. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  35. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  36. val graphFolder: Param[String]

    Folder path that contain external graph files

  37. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  38. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  39. def hasParent: Boolean
    Definition Classes
    Model
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  41. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  42. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. val inputAnnotatorTypes: Array[String]

    Annotator reference id.

    Annotator reference id. Used to identify elements in metadata or to refer to this annotator type

    Definition Classes
    NerDLGraphCheckerModelHasInputAnnotationCols
  44. final val inputCols: StringArrayParam

    columns that contain annotations necessary to run this annotator AnnotatorType is used both as input and output columns if not specified

    columns that contain annotations necessary to run this annotator AnnotatorType is used both as input and output columns if not specified

    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  45. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  48. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  49. val labelColumn: Param[String]

    Column with label per each token

  50. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  51. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  58. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  59. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. def msgHelper(schema: StructType): String
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  66. def onWrite(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesWritable
  67. val optionalInputAnnotatorTypes: Array[String]
    Definition Classes
    HasInputAnnotationCols
  68. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  69. var parent: Estimator[NerDLGraphCheckerModel]
    Definition Classes
    Model
  70. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @throws("If the input path already exists but overwrite is not enabled.") @Since("1.6.0")
  71. def set[T](feature: StructFeature[T], value: T): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  72. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  73. def set[T](feature: SetFeature[T], value: Set[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  74. def set[T](feature: ArrayFeature[T], value: Array[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  75. final def set(paramPair: ParamPair[_]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  76. final def set(param: String, value: Any): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  77. final def set[T](param: Param[T], value: T): NerDLGraphCheckerModel.this.type
    Definition Classes
    Params
  78. def setDefault[T](feature: StructFeature[T], value: () => T): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  79. def setDefault[K, V](feature: MapFeature[K, V], value: () => Map[K, V]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  80. def setDefault[T](feature: SetFeature[T], value: () => Set[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  81. def setDefault[T](feature: ArrayFeature[T], value: () => Array[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  82. final def setDefault(paramPairs: ParamPair[_]*): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  83. final def setDefault[T](param: Param[T], value: T): NerDLGraphCheckerModel.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  84. def setEmbeddingsDim(value: Int): NerDLGraphCheckerModel.this.type
  85. def setGraphFolder(value: String): NerDLGraphCheckerModel.this.type
  86. final def setInputCols(value: String*): NerDLGraphCheckerModel.this.type
    Definition Classes
    HasInputAnnotationCols
  87. def setInputCols(value: Array[String]): NerDLGraphCheckerModel.this.type

    Overrides required annotators column if different than default

    Overrides required annotators column if different than default

    Definition Classes
    HasInputAnnotationCols
  88. def setLabelColumn(value: String): NerDLGraphCheckerModel.this.type
  89. def setParent(parent: Estimator[NerDLGraphCheckerModel]): NerDLGraphCheckerModel
    Definition Classes
    Model
  90. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  91. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  92. def transform(dataset: Dataset[_]): DataFrame

    Returns the dataset as a dataframe.

    Returns the dataset as a dataframe. This annotator does not perform any transformations on the dataset (checks during fit only).

    dataset

    input dataset

    returns

    transformed dataset with new output column

    Definition Classes
    NerDLGraphCheckerModel → Transformer
  93. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since("2.0.0")
  94. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @varargs() @Since("2.0.0")
  95. def transformSchema(schema: StructType): StructType
    Definition Classes
    NerDLGraphCheckerModel → PipelineStage
  96. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  97. val uid: String
    Definition Classes
    NerDLGraphCheckerModel → Identifiable
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HasFeatures

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from HasInputAnnotationCols

Inherited from Model[NerDLGraphCheckerModel]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

param

Ungrouped