classification
Interface Loss

All Known Implementing Classes:
PrecRecLoss

public interface Loss

This class defines the contract we hava for loss function

Author:
Kuzman Ganchev and Georgi Georgiev kuzman.ganchev@ontotext.com Date: Thu Feb 26 12:27:56 EET 2009

Method Summary
 double calculate(int truth, int guess)
           
 

Method Detail

calculate

double calculate(int truth,
                 int guess)


Copyright © 2009. All Rights Reserved.