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
- Alphabetic
- By Inheritance
Inherited
- TrainingStats
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val arguments: String
- val averageLoss: Double
- val bestConstant: Float
- val bestConstantLoss: Float
- val hashSeed: Int
- val ipsEstimate: Double
- val learningRate: Double
- val numBits: Int
- val numberOfExamplesPerPass: Long
- val partitionId: Int
- val powerT: Double
- val snipsEstimate: Double
- val timeLearnNs: Long
- val timeMultipassNs: Long
- val timeNativeIngestNs: Long
- val timeTotalNs: Long
- val totalNumberOfFeatures: Long
- val weightedExampleSum: Double
- val weightedLabelSum: Double