Class

com.tencent.angel.ml.GBDT

GBDTTrainTask

Related Doc: package GBDT

Permalink

class GBDTTrainTask extends TrainTask[LongWritable, Text]

Linear Supertypes
TrainTask[LongWritable, Text], BaseTask[LongWritable, Text, LabeledData], BaseTaskInterface[LongWritable, Text, LabeledData], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GBDTTrainTask
  2. TrainTask
  3. BaseTask
  4. BaseTaskInterface
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GBDTTrainTask(ctx: TaskContext)

    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. def addIndexs(vector: Vector, idxs: LongOpenHashSet): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TrainTask
  5. def addIndexs(vector: Vector, idxs: IntOpenHashSet): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TrainTask
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val ctx: TaskContext

    Permalink
  9. val dataParser: DataParser

    Permalink
    Definition Classes
    GBDTTrainTaskTrainTask
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def needIndexs: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TrainTask
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def parse(key: LongWritable, value: Text): LabeledData

    Permalink

    parse the input text to trainning data

    parse the input text to trainning data

    key

    the key

    value

    the text

    Definition Classes
    GBDTTrainTask → BaseTask → BaseTaskInterface
  21. def preProcess(taskContext: TaskContext): Unit

    Permalink

    before trainning, preprocess input text to trainning data and put them into trainning data storage and validation data storage separately

    before trainning, preprocess input text to trainning data and put them into trainning data storage and validation data storage separately

    Definition Classes
    GBDTTrainTask → BaseTask → BaseTaskInterface
  22. final def run(taskContext: TaskContext): Unit

    Permalink
    Definition Classes
    TrainTask → BaseTask → BaseTaskInterface
  23. def set2Vector(idxs: IntOpenHashSet): Vector

    Permalink
    Attributes
    protected
    Definition Classes
    TrainTask
  24. def set2Vector(idxs: LongOpenHashSet): Vector

    Permalink
    Attributes
    protected
    Definition Classes
    TrainTask
  25. val sharedConf: SharedConf

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def train(ctx: TaskContext): Unit

    Permalink

    ctx

    : task context

    Definition Classes
    GBDTTrainTaskTrainTask
    Annotations
    @throws( ... )
  29. var validDataStorage: MemoryDataBlock[LabeledData]

    Permalink
  30. final def wait(): Unit

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

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

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

Inherited from TrainTask[LongWritable, Text]

Inherited from BaseTask[LongWritable, Text, LabeledData]

Inherited from BaseTaskInterface[LongWritable, Text, LabeledData]

Inherited from AnyRef

Inherited from Any

Ungrouped