de.hattrickorganizer.prediction
Class KeeperCalculator

java.lang.Object
  extended by de.hattrickorganizer.prediction.Calculator
      extended by de.hattrickorganizer.prediction.KeeperCalculator

public class KeeperCalculator
extends Calculator


Field Summary
 
Fields inherited from class de.hattrickorganizer.prediction.Calculator
layer
 
Constructor Summary
KeeperCalculator(Net net)
           
 
Method Summary
protected  double[] normalizeSkills(IEPVData iepvdata, int i)
           
 
Methods inherited from class de.hattrickorganizer.prediction.Calculator
calculate, log10, normalizeAge, scaleEndValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeeperCalculator

public KeeperCalculator(Net net)
Method Detail

normalizeSkills

protected final double[] normalizeSkills(IEPVData iepvdata,
                                         int i)
Overrides:
normalizeSkills in class Calculator