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, 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. Serializable
  14. Identifiable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @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: Any): 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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  26. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  27. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  28. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  29. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  32. def getEmbeddingsDim: Int
  33. def getInputCols: Array[String]

    returns

    input annotations columns currently used

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

    Folder path that contain external graph files

  38. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  39. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  40. def hasParent: Boolean
    Definition Classes
    Model
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. 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
  45. 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
  46. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  49. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  50. val labelColumn: Param[String]

    Column with label per each token

  51. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  52. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  58. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  59. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. def msgHelper(schema: StructType): String
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def onWrite(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesWritable
  68. val optionalInputAnnotatorTypes: Array[String]
    Definition Classes
    HasInputAnnotationCols
  69. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  70. var parent: Estimator[NerDLGraphCheckerModel]
    Definition Classes
    Model
  71. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  72. def set[T](feature: StructFeature[T], value: T): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  73. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  74. def set[T](feature: SetFeature[T], value: Set[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  75. def set[T](feature: ArrayFeature[T], value: Array[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  76. final def set(paramPair: ParamPair[_]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  77. final def set(param: String, value: Any): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  78. final def set[T](param: Param[T], value: T): NerDLGraphCheckerModel.this.type
    Definition Classes
    Params
  79. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  80. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  81. def setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  82. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  83. final def setDefault(paramPairs: ParamPair[_]*): NerDLGraphCheckerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  84. final def setDefault[T](param: Param[T], value: T): NerDLGraphCheckerModel.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  85. def setEmbeddingsDim(value: Int): NerDLGraphCheckerModel.this.type
  86. def setGraphFolder(value: String): NerDLGraphCheckerModel.this.type
  87. final def setInputCols(value: String*): NerDLGraphCheckerModel.this.type
    Definition Classes
    HasInputAnnotationCols
  88. 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
  89. def setLabelColumn(value: String): NerDLGraphCheckerModel.this.type
  90. def setParent(parent: Estimator[NerDLGraphCheckerModel]): NerDLGraphCheckerModel
    Definition Classes
    Model
  91. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  92. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  93. 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
  94. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  95. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  96. def transformSchema(schema: StructType): StructType
    Definition Classes
    NerDLGraphCheckerModel → PipelineStage
  97. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  98. val uid: String
    Definition Classes
    NerDLGraphCheckerModel → Identifiable
  99. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  102. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Inherited from ParamsAndFeaturesWritable

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 Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

param

Ungrouped