Package org.apache.spark.mllib.tree.loss
Interface ClassificationLoss
- All Superinterfaces:
- Loss,- Serializable
- 
Method SummaryModifier and TypeMethodDescriptiondoublecomputeProbability(double margin) Computes the class probability given the margin.Methods inherited from interface org.apache.spark.mllib.tree.loss.LosscomputeError, computeError, gradient
- 
Method Details- 
computeProbabilitydouble computeProbability(double margin) Computes the class probability given the margin.- Parameters:
- margin- (undocumented)
- Returns:
- (undocumented)
 
 
-