You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by to...@apache.org on 2012/05/06 22:24:14 UTC

svn commit: r1334758 - /labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java

Author: tommaso
Date: Sun May  6 20:24:14 2012
New Revision: 1334758

URL: http://svn.apache.org/viewvc?rev=1334758&view=rev
Log:
adding the feature type to the extending interface in TrainingExample

Modified:
    labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java

Modified: labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java
URL: http://svn.apache.org/viewvc/labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java?rev=1334758&r1=1334757&r2=1334758&view=diff
==============================================================================
--- labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java (original)
+++ labs/yay/trunk/core/src/main/java/org/apache/yay/TrainingExample.java Sun May  6 20:24:14 2012
@@ -21,7 +21,7 @@ package org.apache.yay;
 /**
  * A training example with input features and associated output
  */
-public interface TrainingExample<F, O> extends Example {
+public interface TrainingExample<F, O> extends Example<F> {
 
   public O getOutput();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org