jaga.experiment
Class  PerRowFitnessFunction
java.lang.Object
  |
  +--jaga.experiment.PerRowFitnessFunction
- All Implemented Interfaces: 
- FitnessFunction, java.io.Serializable
- public class PerRowFitnessFunction- extends java.lang.Object- implements FitnessFunction
Creates a single output series whose value is 0 for rows where every output in Q is equal to 
 those in desQ, and a 1 otherwise.  Equivalent to a series which is only correct when all outputs
 are correct.  Since the corresponding desQ for this series will be all 0s (all rows correct at all
 outputs) then its not really suitable for use with a correlation fitness function.
- See Also: 
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
PerRowFitnessFunction
public PerRowFitnessFunction(FitnessFunction inFF)
- Creates a new instance of PerLineFF
getFitness
public double getFitness(SampleData[] ins,
                         SampleData[] Q,
                         SampleData[] desQ,
                         double tSetup)
- 
- Specified by: 
- getFitnessin interface- FitnessFunction
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object