Class/Object

org.apache.spark.sql.aliyun.udfs.ml

LogisticRegressionUDF

Related Docs: object LogisticRegressionUDF | package ml

Permalink

class LogisticRegressionUDF extends GenericUDF with internal.Logging

Linear Supertypes
internal.Logging, GenericUDF, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LogisticRegressionUDF
  2. Logging
  3. GenericUDF
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogisticRegressionUDF()

    Permalink

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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _x1: StringObjectInspector

    Permalink
  5. var _x2: ObjectInspector

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def checkArgGroups(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: <repeated...>[PrimitiveGrouping]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  8. def checkArgPrimitive(arg0: Array[ObjectInspector], arg1: Int): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  9. def checkArgsSize(arg0: Array[ObjectInspector], arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Permalink
    Definition Classes
    GenericUDF → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def configure(arg0: MapredContext): Unit

    Permalink
    Definition Classes
    GenericUDF
  13. def copyToNewInstance(arg0: Any): Unit

    Permalink
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def evaluate(arguments: Array[DeferredObject]): AnyRef

    Permalink
    Definition Classes
    LogisticRegressionUDF → GenericUDF
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flip(): GenericUDF

    Permalink
    Definition Classes
    GenericUDF
  19. def getArgOrder(arg0: Int): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getConstantIntValue(arg0: Array[ObjectInspector], arg1: Int): Integer

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  22. def getConstantLongValue(arg0: Array[ObjectInspector], arg1: Int): Long

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  23. def getConstantStringValue(arg0: Array[ObjectInspector], arg1: Int): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
  24. def getDateValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Date

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  25. def getDisplayString(children: Array[String]): String

    Permalink
    Definition Classes
    LogisticRegressionUDF → GenericUDF
  26. def getDoubleValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Double

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  27. def getFuncName(): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
  28. def getIntValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Integer

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  29. def getLongValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Long

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  30. def getRequiredFiles(): Array[String]

    Permalink
    Definition Classes
    GenericUDF
  31. def getRequiredJars(): Array[String]

    Permalink
    Definition Classes
    GenericUDF
  32. def getStandardDisplayString(arg0: String, arg1: Array[String], arg2: String): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
  33. def getStandardDisplayString(arg0: String, arg1: Array[String]): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
  34. def getStringValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): String

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  35. def getTimestampValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Timestamp

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  36. def getUdfName(): String

    Permalink
    Definition Classes
    GenericUDF
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. def initialize(arguments: Array[ObjectInspector]): ObjectInspector

    Permalink
    Definition Classes
    LogisticRegressionUDF → GenericUDF
  39. def initializeAndFoldConstants(arg0: Array[ObjectInspector]): ObjectInspector

    Permalink
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  40. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. var isVectorType: Boolean

    Permalink
  45. def log: Logger

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def logName: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  57. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def obtainDateConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  61. def obtainDoubleConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  62. def obtainIntConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  63. def obtainLongConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  64. def obtainStringConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  65. def obtainTimestampConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.hive.ql.udf.generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  66. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  68. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from internal.Logging

Inherited from GenericUDF

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped