Packages

object SchemaConstants

Contains constants used by modules for schema.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaConstants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val ClassificationKind: String
  2. val HasNullLevels: String
  3. val MLlibTag: String
  4. val MLlibTypeTag: String
  5. val MMLTag: String
  6. val Ordinal: String

    The following tags are used in Metadata representation of categorical data do not change them or use them directly (see org.apache.spark.ml.attribute.AttributeKeys for the first three)

  7. val OutcomeResidualColumn: String
  8. val RegressionKind: String
  9. val ScoreColumnKind: String
  10. val ScoreModelPrefix: String
  11. val ScoreValueKind: String
  12. val ScoredLabelsColumn: String
  13. val ScoredProbabilitiesColumn: String
  14. val ScoresColumn: String
  15. val SparkPredictionColumn: String
  16. val SparkProbabilityColumn: String
  17. val SparkRawPredictionColumn: String
  18. val TreatmentResidualColumn: String
  19. val TrueLabelsColumn: String
  20. val ValuesBool: String
  21. val ValuesDouble: String
  22. val ValuesInt: String
  23. val ValuesLong: String
  24. val ValuesString: String