Packages

t

com.microsoft.azure.synapse.ml.train

ComputeModelStatisticsParams

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

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

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def clear(param: Param[_]): ComputeModelStatisticsParams.this.type
    Definition Classes
    Params
  2. val evaluationMetric: Param[String]
    Definition Classes
    HasEvaluationMetric
  3. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  4. def explainParams(): String
    Definition Classes
    Params
  5. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  6. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  7. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  8. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  9. def getEvaluationMetric: String

    Definition Classes
    HasEvaluationMetric
  10. def getLabelCol: String

    Definition Classes
    HasLabelCol
  11. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  12. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  13. def getScoredLabelsCol: String

    Definition Classes
    HasScoredLabelsCol
  14. def getScoresCol: String

    Definition Classes
    HasScoresCol
  15. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  16. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  17. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  18. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  19. val labelCol: Param[String]

    The name of the label column

    The name of the label column

    Definition Classes
    HasLabelCol
  20. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  21. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  22. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  23. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  24. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  25. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  26. val scoredLabelsCol: Param[String]

    The name of the scored labels column

    The name of the scored labels column

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

    The name of the scores column

    The name of the scores column

    Definition Classes
    HasScoresCol
  28. final def set[T](param: Param[T], value: T): ComputeModelStatisticsParams.this.type
    Definition Classes
    Params
  29. def setEvaluationMetric(value: String): ComputeModelStatisticsParams.this.type

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

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

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

    Definition Classes
    HasScoresCol
  33. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  34. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable