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 getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  14. def getScoredLabelsCol: String

    Definition Classes
    HasScoredLabelsCol
  15. def getScoresCol: String

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

    The name of the label column

    The name of the label column

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

    The name of the scored labels column

    The name of the scored labels column

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

    The name of the scores column

    The name of the scores column

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

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

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

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

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