EVolve.util.painters
Class MissRatePainter

java.lang.Object
  |
  +--EVolve.util.painters.Painter
        |
        +--EVolve.util.painters.PredictionPainter
              |
              +--EVolve.util.painters.MissRatePainter
All Implemented Interfaces:
java.lang.Cloneable

public class MissRatePainter
extends PredictionPainter


Field Summary
 
Fields inherited from class EVolve.util.painters.PredictionPainter
colorBlue, colorRed, miss, predictor, targetCheckMap, targetType
 
Constructor Summary
MissRatePainter(Predictor[] predictor, int targetType)
           
 
Method Summary
 float getMaxMiss()
           
 float getMissrate(int X)
           
 java.lang.String getName()
           
 void paint(AutoImage image, long x, long y, long z)
           
 
Methods inherited from class EVolve.util.painters.PredictionPainter
clone, getMiss, setPredictor, validateTarget
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissRatePainter

public MissRatePainter(Predictor[] predictor,
                       int targetType)
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class PredictionPainter

paint

public void paint(AutoImage image,
                  long x,
                  long y,
                  long z)
Overrides:
paint in class PredictionPainter

getMaxMiss

public float getMaxMiss()

getMissrate

public float getMissrate(int X)