shared
Class FSLossEntry

java.lang.Object
  |
  +--shared.FSLossEntry

public class FSLossEntry
extends java.lang.Object

FSLossEntry class contains information about loss specification entries in the FileSchema class.


Field Summary
 java.lang.String actName
          Actual value of the entry.
 double loss
          Loss value.
 java.lang.String predName
          Predicted value of the entry.
 
Constructor Summary
FSLossEntry(FSLossEntry[] source)
          Copy constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predName

public java.lang.String predName
Predicted value of the entry.

actName

public java.lang.String actName
Actual value of the entry.

loss

public double loss
Loss value.
Constructor Detail

FSLossEntry

public FSLossEntry(FSLossEntry[] source)
Copy constructor.
Parameters:
source - The FSLossEntry to be copied.