case class TrainingStats(partitionId: Int, arguments: String, learningRate: Double, powerT: Double, hashSeed: Int, numBits: Int, numberOfExamplesPerPass: Long, weightedExampleSum: Double, weightedLabelSum: Double, averageLoss: Double, bestConstant: Float, bestConstantLoss: Float, totalNumberOfFeatures: Long, timeTotalNs: Long, timeNativeIngestNs: Long, timeLearnNs: Long, timeMultipassNs: Long, ipsEstimate: Double, snipsEstimate: Double) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrainingStats
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrainingStats(partitionId: Int, arguments: String, learningRate: Double, powerT: Double, hashSeed: Int, numBits: Int, numberOfExamplesPerPass: Long, weightedExampleSum: Double, weightedLabelSum: Double, averageLoss: Double, bestConstant: Float, bestConstantLoss: Float, totalNumberOfFeatures: Long, timeTotalNs: Long, timeNativeIngestNs: Long, timeLearnNs: Long, timeMultipassNs: Long, ipsEstimate: Double, snipsEstimate: Double)

Value Members

  1. val arguments: String
  2. val averageLoss: Double
  3. val bestConstant: Float
  4. val bestConstantLoss: Float
  5. val hashSeed: Int
  6. val ipsEstimate: Double
  7. val learningRate: Double
  8. val numBits: Int
  9. val numberOfExamplesPerPass: Long
  10. val partitionId: Int
  11. val powerT: Double
  12. val snipsEstimate: Double
  13. val timeLearnNs: Long
  14. val timeMultipassNs: Long
  15. val timeNativeIngestNs: Long
  16. val timeTotalNs: Long
  17. val totalNumberOfFeatures: Long
  18. val weightedExampleSum: Double
  19. val weightedLabelSum: Double