Trait

com.microsoft.ml.spark

ComputeModelStatisticsParams

Related Doc: package spark

Permalink

trait ComputeModelStatisticsParams extends Wrappable with DefaultParamsWritable with HasLabelCol with HasScoresCol with HasScoredLabelsCol with HasEvaluationMetric

Linear Supertypes
HasEvaluationMetric, HasScoredLabelsCol, HasScoresCol, HasLabelCol, DefaultParamsWritable, MLWritable, Wrappable, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ComputeModelStatisticsParams
  2. HasEvaluationMetric
  3. HasScoredLabelsCol
  4. HasScoresCol
  5. HasLabelCol
  6. DefaultParamsWritable
  7. MLWritable
  8. Wrappable
  9. Params
  10. Serializable
  11. Serializable
  12. Identifiable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    Identifiable

Concrete 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 def clear(param: Param[_]): ComputeModelStatisticsParams.this.type

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyValues[T <: Params](to: T, extra: ParamMap): T

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val evaluationMetric: Param[String]

    Permalink
    Definition Classes
    HasEvaluationMetric
  13. def explainParam(param: Param[_]): String

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

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

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

    Permalink
    Definition Classes
    Params
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    Params
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Params
  21. def getEvaluationMetric: String

    Permalink

    Definition Classes
    HasEvaluationMetric
  22. def getLabelCol: String

    Permalink

    Definition Classes
    HasLabelCol
  23. final def getOrDefault[T](param: Param[T]): T

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

    Permalink
    Definition Classes
    Params
  25. def getScoredLabelsCol: String

    Permalink

    Definition Classes
    HasScoredLabelsCol
  26. def getScoresCol: String

    Permalink

    Definition Classes
    HasScoresCol
  27. final def hasDefault[T](param: Param[T]): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isDefined(param: Param[_]): Boolean

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

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

    Permalink
    Definition Classes
    Params
  33. val labelCol: Param[String]

    Permalink

    The name of the label column

    The name of the label column

    Definition Classes
    HasLabelCol
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  38. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  39. val scoredLabelsCol: Param[String]

    Permalink

    The name of the scored labels column

    The name of the scored labels column

    Definition Classes
    HasScoredLabelsCol
  40. val scoresCol: Param[String]

    Permalink

    The name of the scores column

    The name of the scores column

    Definition Classes
    HasScoresCol
  41. final def set(paramPair: ParamPair[_]): ComputeModelStatisticsParams.this.type

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

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

    Permalink
    Definition Classes
    Params
  44. final def setDefault(paramPairs: ParamPair[_]*): ComputeModelStatisticsParams.this.type

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  46. def setEvaluationMetric(value: String): ComputeModelStatisticsParams.this.type

    Permalink

    Definition Classes
    HasEvaluationMetric
  47. def setLabelCol(value: String): ComputeModelStatisticsParams.this.type

    Permalink

    Definition Classes
    HasLabelCol
  48. def setScoredLabelsCol(value: String): ComputeModelStatisticsParams.this.type

    Permalink

    Definition Classes
    HasScoredLabelsCol
  49. def setScoresCol(value: String): ComputeModelStatisticsParams.this.type

    Permalink

    Definition Classes
    HasScoresCol
  50. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Definition Classes
    DefaultParamsWritable → MLWritable

Inherited from HasEvaluationMetric

Inherited from HasScoredLabelsCol

Inherited from HasScoresCol

Inherited from HasLabelCol

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from Wrappable

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Parameters

A list of parameter keys this algorithm can take. Users can set and get the parameter values through setters and getters

Parameter setters

Parameter getters

Members