util.classificationFeatures.implementations
Class RFClassificationFeatureDrawing
java.lang.Object
util.classificationFeatures.implementations.RFClassificationFeatureDrawing
- All Implemented Interfaces:
- ClassificationFeatureDrawing
public class RFClassificationFeatureDrawing
- extends java.lang.Object
- implements ClassificationFeatureDrawing
Method Summary |
void |
draw(java.awt.Graphics2D g2d,
java.util.List<java.lang.Integer> list)
This method draws the |
void |
draw(org.apache.batik.svggen.SVGGraphics2D svg,
java.util.List<java.lang.Double> list,
int blocksize,
int splicesite_increase)
This method draws the scores assigned to each feature,
that is generated by this corresponding ClassificationFeature. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RFClassificationFeatureDrawing
public RFClassificationFeatureDrawing(RFClassificationFeature rcf)
draw
public void draw(java.awt.Graphics2D g2d,
java.util.List<java.lang.Integer> list)
throws IncorrectClassificationFeatureException
- This method draws the
- Specified by:
draw
in interface ClassificationFeatureDrawing
- Parameters:
g2d
- list
-
- Throws:
IncorrectClassificationFeatureException
draw
public void draw(org.apache.batik.svggen.SVGGraphics2D svg,
java.util.List<java.lang.Double> list,
int blocksize,
int splicesite_increase)
throws IncorrectClassificationFeatureException
- This method draws the scores assigned to each feature,
that is generated by this corresponding ClassificationFeature.
The normal idea is to let certain FeatureSelection methods assign
a score to each feature, and then draw these scores in a
classificationfeature dependend way.
- Specified by:
draw
in interface ClassificationFeatureDrawing
- Parameters:
svg
- list
-
- Throws:
IncorrectClassificationFeatureException