com.intel.analytics.zoo.pipeline.nnframes

NNClassifierModel

class NNClassifierModel[T] extends NNModel[T]

NNClassifierModel is a specialized NNModel for classification tasks. The prediction column will have the data type of Double.

Linear Supertypes
NNModel[T], MLWritable, NNParams[T], HasBatchSize, HasPredictionCol, HasPredictionCol, HasFeaturesCol, HasFeaturesCol, DLTransformerBase[NNModel[T]], Model[NNModel[T]], Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NNClassifierModel
  2. NNModel
  3. MLWritable
  4. NNParams
  5. HasBatchSize
  6. HasPredictionCol
  7. HasPredictionCol
  8. HasFeaturesCol
  9. HasFeaturesCol
  10. DLTransformerBase
  11. Model
  12. Transformer
  13. PipelineStage
  14. Logging
  15. Params
  16. Serializable
  17. Serializable
  18. Identifiable
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Attributes
    protected
    Definition Classes
    Params
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final val batchSize: IntParam

    Definition Classes
    HasBatchSize
  9. final def clear(param: Param[_]): NNClassifierModel.this.type

    Definition Classes
    Params
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy(extra: ParamMap): NNClassifierModel[T]

    Definition Classes
    NNClassifierModelNNModel → DLTransformerBase → Model → Transformer → PipelineStage → Params
  12. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Attributes
    protected
    Definition Classes
    Params
  13. final def defaultCopy[T <: Params](extra: ParamMap): T

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

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

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

    Definition Classes
    Params
  17. def explainParams(): String

    Definition Classes
    Params
  18. final def extractParamMap(): ParamMap

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

    Definition Classes
    Params
  20. final val featuresCol: Param[String]

    Definition Classes
    HasFeaturesCol
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def get[T](param: Param[T]): Option[T]

    Definition Classes
    Params
  23. def getBatchSize: Int

    Definition Classes
    HasBatchSize
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. final def getDefault[T](param: Param[T]): Option[T]

    Definition Classes
    Params
  26. final def getFeaturesCol: String

    Definition Classes
    HasFeaturesCol
  27. final def getOrDefault[T](param: Param[T]): T

    Definition Classes
    Params
  28. def getParam(paramName: String): Param[Any]

    Definition Classes
    Params
  29. final def getPredictionCol: String

    Definition Classes
    HasPredictionCol
  30. def getSamplePreprocessing: Preprocessing[Any, Sample[T]]

    Definition Classes
    NNParams
  31. final def hasDefault[T](param: Param[T]): Boolean

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

    Definition Classes
    Params
  33. def hasParent: Boolean

    Definition Classes
    Model
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def internalTransform(dataFrame: DataFrame): DataFrame

    Perform a prediction on featureCol, and write result to the predictionCol.

    Perform a prediction on featureCol, and write result to the predictionCol.

    Attributes
    protected
    Definition Classes
    NNModel → DLTransformerBase
  36. final def isDefined(param: Param[_]): Boolean

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

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

    Definition Classes
    Params
  39. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  40. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  47. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  52. val model: Module[T]

    trained BigDL models to use in prediction.

    trained BigDL models to use in prediction.

    Definition Classes
    NNClassifierModelNNModel
  53. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. final def notify(): Unit

    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  56. def outputToPrediction(output: Tensor[T]): Any

    Attributes
    protected
    Definition Classes
    NNClassifierModelNNModel
  57. lazy val params: Array[Param[_]]

    Definition Classes
    Params
  58. var parent: Estimator[NNModel[T]]

    Definition Classes
    Model
  59. final val predictionCol: Param[String]

    Definition Classes
    HasPredictionCol
  60. final val samplePreprocessing: Param[Preprocessing[Any, Sample[T]]]

    Definition Classes
    NNParams
  61. def save(path: String): Unit

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

    Attributes
    protected
    Definition Classes
    Params
  63. final def set(param: String, value: Any): NNClassifierModel.this.type

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

    Definition Classes
    Params
  65. def setBatchSize(value: Int): NNClassifierModel.this.type

    Definition Classes
    NNModel
  66. final def setDefault(paramPairs: ParamPair[_]*): NNClassifierModel.this.type

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

    Attributes
    protected
    Definition Classes
    Params
  68. def setFeaturesCol(featuresColName: String): NNClassifierModel.this.type

    Definition Classes
    NNModel
  69. def setParent(parent: Estimator[NNModel[T]]): NNModel[T]

    Definition Classes
    Model
  70. def setPredictionCol(value: String): NNClassifierModel.this.type

    Definition Classes
    NNModel
  71. def setSamplePreprocessing[FF](value: Preprocessing[FF, Sample[T]]): NNClassifierModel.this.type

    set Preprocessing.

    set Preprocessing.

    Definition Classes
    NNModel
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toString(): String

    Definition Classes
    Identifiable → AnyRef → Any
  74. def transform(dataFrame: DataFrame): DataFrame

    Definition Classes
    DLTransformerBase → Transformer
  75. def transform(dataset: DataFrame, paramMap: ParamMap): DataFrame

    Definition Classes
    Transformer
  76. def transform(dataset: DataFrame, firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame

    Definition Classes
    Transformer
    Annotations
    @varargs()
  77. def transformSchema(schema: StructType): StructType

    Definition Classes
    NNClassifierModelNNModel → PipelineStage
  78. def transformSchema(schema: StructType, logging: Boolean): StructType

    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  79. val uid: String

    Definition Classes
    NNClassifierModelNNModel → Identifiable
  80. def validateParams(): Unit

    Definition Classes
    Params
  81. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def write: MLWriter

    Definition Classes
    NNModel → MLWritable

Inherited from NNModel[T]

Inherited from MLWritable

Inherited from NNParams[T]

Inherited from HasBatchSize

Inherited from HasPredictionCol

Inherited from HasPredictionCol

Inherited from HasFeaturesCol

Inherited from HasFeaturesCol

Inherited from DLTransformerBase[NNModel[T]]

Inherited from Model[NNModel[T]]

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

Ungrouped