Skip to content

Commit

Permalink
fix error in formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jun 4, 2012
1 parent fc9099c commit ba6bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/so/StructuredModel.h
Expand Up @@ -46,7 +46,7 @@ typedef CResultSet* (*FArgmax) (CFeatures* features, CStructuredLabels* labels,

/**
* function type to compute the application specific loss
* f$\Delta(y_{\text{true}}, y_{\text{pred}})\f$
* \f$\Delta(y_{\text{true}}, y_{\text{pred}})\f$
*/
typedef float64_t (*FDeltaLoss) (CStructuredLabels* labels, CStructuredData ypred, int32_t ytrue_id);

Expand Down

0 comments on commit ba6bb44

Please sign in to comment.