Package

com.tencent.angel.ml.core

graphsubmit

Permalink

package graphsubmit

Visibility
  1. Public
  2. All

Type Members

  1. class GraphLearner extends MLLearner

    Permalink
  2. class GraphModel extends MLModel

    Permalink
  3. case class GraphPredictResult(sid: String, pred: Double, proba: Double, label: Double) extends PredictResult with Product with Serializable

    Permalink
  4. class GraphPredictTask extends PredictTask[LongWritable, Text]

    Permalink
  5. class GraphRunner extends MLRunner

    Permalink
  6. class GraphTrainTask extends TrainTask[LongWritable, Text]

    Permalink
  7. case class SoftmaxPredictResult(sid: String, pred: Double, proba: Double, trueProba: Double, label: Double) extends PredictResult with Product with Serializable

    Permalink

Value Members

  1. object GraphModel

    Permalink

Ungrouped