<P> A special evaluation operator used for obtaining some results for the regression 
  SVM. Values in <I>TheTargetValueAttribute</I> are compared to those in <I>ThePredictedValueAttribute</I>. 
  The average loss is determined taking the asymmetric loss function into account. 
  That is why the SVM parameters are needed here as well. <B>Note</B> that they 
  must have the same value as for the operator <TT>SupportVectorMachineForRegression</TT>, 
  which must have preceded this evaluation operator in the chain. <BR>
  <BR>
<P>
PARAMETERDESCRIPTION
TheInputConcept:inherited
TheTargetValueAttribute:actual values
ThePredictedValueAttribute:predicted values
LossFunctionPos:(same values
LossFunctionNeg:as in SVM-
Epsilon:ForRegression)
