Class/Object

com.salesforce.op.stages.impl.preparators

SanityChecker

Related Docs: object SanityChecker | package preparators

Permalink

class SanityChecker extends BinaryEstimator[RealNN, OPVector, OPVector] with SanityCheckerParams with AllowLabelAsInput[OPVector]

The SanityChecker checks for potential problems with computed features in a supervised learning setting.

There is an Estimator step, which outputs statistics on the incoming data, as well as the names of features which should be dropped from the feature vector. The transformer step applies the action of actually removing the offending features from the feature vector.

Linear Supertypes
AllowLabelAsInput[OPVector], SanityCheckerParams, DerivedFeatureFilterParams, BinaryEstimator[RealNN, OPVector, OPVector], OpPipelineStage2[RealNN, OPVector, OPVector], HasOut[OPVector], HasIn2, HasIn1, OpPipelineStage[OPVector], OpPipelineStageBase, MLWritable, OpPipelineStageParams, InputParams, Estimator[BinaryModel[RealNN, OPVector, OPVector]], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SanityChecker
  2. AllowLabelAsInput
  3. SanityCheckerParams
  4. DerivedFeatureFilterParams
  5. BinaryEstimator
  6. OpPipelineStage2
  7. HasOut
  8. HasIn2
  9. HasIn1
  10. OpPipelineStage
  11. OpPipelineStageBase
  12. MLWritable
  13. OpPipelineStageParams
  14. InputParams
  15. Estimator
  16. PipelineStage
  17. Logging
  18. Params
  19. Serializable
  20. Serializable
  21. Identifiable
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SanityChecker(uid: String = UID[SanityChecker])

    Permalink

Type Members

  1. final type InputFeatures = (FeatureLike[RealNN], FeatureLike[OPVector])

    Permalink

    Input Features type

    Input Features type

    Definition Classes
    OpPipelineStage2OpPipelineStageInputParams
  2. final type OutputFeatures = FeatureLike[OPVector]

    Permalink
    Definition Classes
    OpPipelineStageOpPipelineStageBase

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final val categoricalLabel: BooleanParam

    Permalink
    Definition Classes
    SanityCheckerParams
  7. final def checkInputLength(features: Array[_]): Boolean

    Permalink

    Checks the input length

    Checks the input length

    features

    input features

    returns

    true is input size as expected, false otherwise

    Definition Classes
    OpPipelineStage2InputParams
  8. final val checkSample: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  9. final def checkSerializable: Try[Unit]

    Permalink

    Check if the stage is serializable

    Check if the stage is serializable

    returns

    Failure if not serializable

    Definition Classes
    BinaryEstimatorOpPipelineStageBase
  10. final def clear(param: Param[_]): SanityChecker.this.type

    Permalink
    Definition Classes
    Params
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val convertI1: FeatureTypeSparkConverter[RealNN]

    Permalink
    Definition Classes
    BinaryEstimator
  13. val convertI2: FeatureTypeSparkConverter[OPVector]

    Permalink
    Definition Classes
    BinaryEstimator
  14. final def copy(extra: ParamMap): SanityChecker.this.type

    Permalink

    This method is used to make a copy of the instance with new parameters in several methods in spark internals Default will find the constructor and make a copy for any class (AS LONG AS ALL CONSTRUCTOR PARAMS ARE VALS, this is why type tags are written as implicit vals in base classes).

    This method is used to make a copy of the instance with new parameters in several methods in spark internals Default will find the constructor and make a copy for any class (AS LONG AS ALL CONSTRUCTOR PARAMS ARE VALS, this is why type tags are written as implicit vals in base classes).

    Note: that the convention in spark is to have the uid be a constructor argument, so that copies will share a uid with the original (developers should follow this convention).

    extra

    new parameters want to add to instance

    returns

    a new instance with the same uid

    Definition Classes
    OpPipelineStageBase → Params
  15. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  16. final val correlationExclusion: Param[String]

    Permalink
    Definition Classes
    SanityCheckerParams
  17. final val correlationType: Param[String]

    Permalink
    Definition Classes
    SanityCheckerParams
  18. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  22. def explainParams(): String

    Permalink
    Definition Classes
    Params
  23. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  24. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  25. final val featureFeatureCorrLevel: Param[String]

    Permalink
    Definition Classes
    SanityCheckerParams
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def fit(dataset: Dataset[_]): BinaryModel[RealNN, OPVector, OPVector]

    Permalink

    Spark operation on dataset to produce RDD for constructor fit function and then turn output function into a Model

    Spark operation on dataset to produce RDD for constructor fit function and then turn output function into a Model

    dataset

    input data for this stage

    returns

    a fitted model that will perform the transformation specified by the function defined in constructor fit

    Definition Classes
    BinaryEstimator → Estimator
  28. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[BinaryModel[RealNN, OPVector, OPVector]]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  29. def fit(dataset: Dataset[_], paramMap: ParamMap): BinaryModel[RealNN, OPVector, OPVector]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  30. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): BinaryModel[RealNN, OPVector, OPVector]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  31. def fitFn(data: Dataset[(Option[Double], Vector)]): BinaryModel[RealNN, OPVector, OPVector]

    Permalink

    The SanityChecker's core 'estimator' function, computes statistics on the features and the list of features to be removed.

    The SanityChecker's core 'estimator' function, computes statistics on the features and the list of features to be removed.

    Definition Classes
    SanityCheckerBinaryEstimator
  32. def fraction(totalSize: Long): Double

    Permalink

    Estimate of a fraction of data that is being checked.

  33. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  34. def getCategoricalLabel: Boolean

    Permalink
    Definition Classes
    SanityCheckerParams
  35. def getCheckSample: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getCorrelationExclusion: CorrelationExclusion

    Permalink
    Definition Classes
    SanityCheckerParams
  38. def getCorrelationType: CorrelationType

    Permalink
    Definition Classes
    SanityCheckerParams
  39. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  40. def getFeatureFeatureCorrLevel: CorrelationLevel

    Permalink
    Definition Classes
    SanityCheckerParams
  41. final def getInputFeature[T <: FeatureType](i: Int): Option[FeatureLike[T]]

    Permalink

    Gets an input feature Note: this method IS NOT safe to use outside the driver, please use getTransientFeature method instead

    Gets an input feature Note: this method IS NOT safe to use outside the driver, please use getTransientFeature method instead

    returns

    array of features

    Definition Classes
    InputParams
    Exceptions thrown

    NoSuchElementException if the features are not set

    RuntimeException in case one of the features is null

  42. final def getInputFeatures(): Array[OPFeature]

    Permalink

    Gets the input features Note: this method IS NOT safe to use outside the driver, please use getTransientFeatures method instead

    Gets the input features Note: this method IS NOT safe to use outside the driver, please use getTransientFeatures method instead

    returns

    array of features

    Definition Classes
    InputParams
    Exceptions thrown

    NoSuchElementException if the features are not set

    RuntimeException in case one of the features is null

  43. final def getInputSchema(): StructType

    Permalink
    Definition Classes
    OpPipelineStageParams
  44. def getMaxCorrelation: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  45. def getMaxCramersV: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  46. def getMaxFeatureCorrelation: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  47. def getMaxRuleConfidence: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  48. final def getMetadata(): Metadata

    Permalink
    Definition Classes
    OpPipelineStageParams
  49. def getMinCorrelation: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  50. def getMinRequiredRuleSupport: Double

    Permalink
    Definition Classes
    SanityCheckerParams
  51. def getMinVariance: Double

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  52. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  53. def getOutput(): FeatureLike[OPVector]

    Permalink

    Output features that will be created by this stage

    Output features that will be created by this stage

    returns

    feature of type OutputFeatures

    Definition Classes
    HasOut → OpPipelineStageBase
  54. final def getOutputFeatureName: String

    Permalink

    Name of output feature (i.e.

    Name of output feature (i.e. column created by this stage)

    Definition Classes
    OpPipelineStage
  55. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  56. def getProtectTextSharedHash: Boolean

    Permalink
    Definition Classes
    SanityCheckerParams
  57. def getRemoveBadFeatures: Boolean

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  58. def getRemoveFeatureGroup: Boolean

    Permalink
    Definition Classes
    SanityCheckerParams
  59. def getSampleLowerLimit: Int

    Permalink
    Definition Classes
    SanityCheckerParams
  60. def getSampleSeed: Long

    Permalink
    Definition Classes
    SanityCheckerParams
  61. def getSampleUpperLimit: Int

    Permalink
    Definition Classes
    SanityCheckerParams
  62. final def getTransientFeature(i: Int): Option[TransientFeature]

    Permalink

    Gets an input feature at index i

    Gets an input feature at index i

    i

    input index

    returns

    maybe an input feature

    Definition Classes
    InputParams
  63. final def getTransientFeatures(): Array[TransientFeature]

    Permalink

    Gets the input Features

    Gets the input Features

    returns

    input features

    Definition Classes
    InputParams
  64. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  65. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  66. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  67. implicit val i1Encoder: Encoder[features.types.RealNN.Value]

    Permalink
    Definition Classes
    BinaryEstimator
  68. implicit val i2Encoder: Encoder[Value]

    Permalink
    Definition Classes
    BinaryEstimator
  69. final def in1: TransientFeature

    Permalink
    Attributes
    protected
    Definition Classes
    HasIn1
  70. final def in2: TransientFeature

    Permalink
    Attributes
    protected
    Definition Classes
    HasIn2
  71. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  72. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  73. final def inputAsArray(in: InputFeatures): Array[OPFeature]

    Permalink

    Function to convert InputFeatures to an Array of FeatureLike

    Function to convert InputFeatures to an Array of FeatureLike

    returns

    an Array of FeatureLike

    Definition Classes
    OpPipelineStage2InputParams
  74. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  75. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  76. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  77. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  78. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  79. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  80. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  81. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  82. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  83. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  84. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  85. final val logLevel: Param[String]

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  86. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  87. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  88. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  89. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  90. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  91. final val maxCorrelation: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  92. final val maxCramersV: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  93. final val maxFeatureCorrelation: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  94. final val maxRuleConfidence: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  95. final val minCorrelation: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  96. final val minRequiredRuleSupport: DoubleParam

    Permalink
    Definition Classes
    SanityCheckerParams
  97. final val minVariance: DoubleParam

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  98. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  99. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  100. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  101. def onGetMetadata(): Unit

    Permalink

    Function to be called on getMetadata

    Function to be called on getMetadata

    Attributes
    protected
    Definition Classes
    OpPipelineStageParams
  102. def onSetInput(): Unit

    Permalink

    Function to be called on setInput

    Function to be called on setInput

    Attributes
    protected
    Definition Classes
    SanityCheckerInputParams
  103. val operationName: String

    Permalink

    unique name of the operation this stage performs

    unique name of the operation this stage performs

    Definition Classes
    BinaryEstimatorOpPipelineStageBase
  104. final def outputAsArray(out: OutputFeatures): Array[OPFeature]

    Permalink

    Function to convert OutputFeatures to an Array of FeatureLike

    Function to convert OutputFeatures to an Array of FeatureLike

    returns

    an Array of FeatureLike

    Definition Classes
    OpPipelineStageOpPipelineStageBase
  105. def outputFeatureUid: String

    Permalink
    Attributes
    protected[com.salesforce.op]
    Definition Classes
    OpPipelineStage2OpPipelineStage
  106. def outputIsResponse: Boolean

    Permalink

    Should output feature be a response? Yes, if any of the input features are.

    Should output feature be a response? Yes, if any of the input features are.

    returns

    true if the the output feature should be a response

    Definition Classes
    AllowLabelAsInput → OpPipelineStage
  107. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  108. final val protectTextSharedHash: BooleanParam

    Permalink
    Definition Classes
    SanityCheckerParams
  109. final val removeBadFeatures: BooleanParam

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  110. final val removeFeatureGroup: BooleanParam

    Permalink
    Definition Classes
    SanityCheckerParams
  111. final val sampleLowerLimit: IntParam

    Permalink
    Definition Classes
    SanityCheckerParams
  112. final val sampleSeed: LongParam

    Permalink
    Definition Classes
    SanityCheckerParams
  113. final val sampleUpperLimit: IntParam

    Permalink
    Definition Classes
    SanityCheckerParams
  114. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  115. final def set(paramPair: ParamPair[_]): SanityChecker.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  116. final def set(param: String, value: Any): SanityChecker.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  117. final def set[T](param: Param[T], value: T): SanityChecker.this.type

    Permalink
    Definition Classes
    Params
  118. def setCategoricalLabel(value: Boolean): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  119. def setCheckSample(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  120. def setCorrelationExclusion(v: CorrelationExclusion): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  121. def setCorrelationType(value: CorrelationType): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  122. final def setDefault(paramPairs: ParamPair[_]*): SanityChecker.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  123. final def setDefault[T](param: Param[T], value: T): SanityChecker.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  124. def setFeatureFeatureCorrLevel(value: CorrelationLevel): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  125. final def setInput(features: InputFeatures): SanityChecker.this.type

    Permalink

    Input features that will be used by the stage

    Input features that will be used by the stage

    returns

    feature of type InputFeatures

    Definition Classes
    OpPipelineStageBase
  126. final def setInputFeatures[S <: OPFeature](features: Array[S]): SanityChecker.this.type

    Permalink

    Sets input features

    Sets input features

    S

    feature like type

    features

    array of input features

    returns

    this stage

    Attributes
    protected
    Definition Classes
    InputParams
  127. def setMaxCorrelation(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  128. def setMaxCramersV(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  129. def setMaxFeatureCorrelation(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  130. def setMaxRuleConfidence(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  131. final def setMetadata(m: Metadata): SanityChecker.this.type

    Permalink
    Definition Classes
    OpPipelineStageParams
  132. def setMinCorrelation(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  133. def setMinRequiredRuleSupport(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  134. def setMinVariance(value: Double): SanityChecker.this.type

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  135. def setOutputFeatureName(name: String): SanityChecker.this.type

    Permalink
    Definition Classes
    OpPipelineStage
  136. def setProtectTextSharedHash(value: Boolean): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  137. def setRemoveBadFeatures(value: Boolean): SanityChecker.this.type

    Permalink
    Definition Classes
    DerivedFeatureFilterParams
  138. def setRemoveFeatureGroup(value: Boolean): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  139. def setSampleLowerLimit(value: Int): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  140. def setSampleSeed(value: Long): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  141. def setSampleUpperLimit(value: Int): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
  142. final def stageName: String

    Permalink

    Stage unique name consisting of the stage operation name and uid

    Stage unique name consisting of the stage operation name and uid

    returns

    stage name

    Definition Classes
    OpPipelineStageBase
  143. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  144. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  145. final def transformSchema(schema: StructType): StructType

    Permalink

    This function translates the input and output features into spark schema checks and changes that will occur on the underlying data frame

    This function translates the input and output features into spark schema checks and changes that will occur on the underlying data frame

    schema

    schema of the input data frame

    returns

    a new schema with the output features added

    Definition Classes
    OpPipelineStageBase
  146. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  147. implicit val tti1: scala.reflect.api.JavaUniverse.TypeTag[RealNN]

    Permalink

    type tag for first input

    type tag for first input

    Definition Classes
    BinaryEstimator
  148. implicit val tti2: scala.reflect.api.JavaUniverse.TypeTag[OPVector]

    Permalink

    type tag for second input

    type tag for second input

    Definition Classes
    BinaryEstimator
  149. implicit val ttiv1: scala.reflect.api.JavaUniverse.TypeTag[features.types.RealNN.Value]

    Permalink

    type tag for first input value

    type tag for first input value

    Definition Classes
    BinaryEstimator
  150. implicit val ttiv2: scala.reflect.api.JavaUniverse.TypeTag[Value]

    Permalink

    type tag for second input value

    type tag for second input value

    Definition Classes
    BinaryEstimator
  151. implicit val tto: scala.reflect.api.JavaUniverse.TypeTag[OPVector]

    Permalink

    type tag for output

    type tag for output

    Definition Classes
    BinaryEstimator → HasOut
  152. implicit val ttov: scala.reflect.api.JavaUniverse.TypeTag[Value]

    Permalink

    type tag for output value

    type tag for output value

    Definition Classes
    BinaryEstimator → HasOut
  153. implicit val tupleEncoder: Encoder[(features.types.RealNN.Value, Value)]

    Permalink
    Definition Classes
    BinaryEstimator
  154. val uid: String

    Permalink

    uid for instance

    uid for instance

    Definition Classes
    BinaryEstimator → Identifiable
  155. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  156. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  158. final def write: MLWriter

    Permalink
    Definition Classes
    OpPipelineStageBase → MLWritable

Deprecated Value Members

  1. def getFeatureLabelCorrOnly: Boolean

    Permalink
    Definition Classes
    SanityCheckerParams
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) this setting is overridden by featureFeatureCorrLevel

  2. def setFeatureLabelCorrOnly(value: Boolean): SanityChecker.this.type

    Permalink
    Definition Classes
    SanityCheckerParams
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) this setting is overridden by featureFeatureCorrLevel

Inherited from AllowLabelAsInput[OPVector]

Inherited from SanityCheckerParams

Inherited from HasOut[OPVector]

Inherited from HasIn2

Inherited from HasIn1

Inherited from OpPipelineStage[OPVector]

Inherited from OpPipelineStageBase

Inherited from MLWritable

Inherited from OpPipelineStageParams

Inherited from InputParams

Inherited from Estimator[BinaryModel[RealNN, OPVector, OPVector]]

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