Uses of Class
util.classificationFeatures.IncorrectClassificationFeatureException

Packages that use IncorrectClassificationFeatureException
util.classificationFeatures   
util.classificationFeatures.implementations   
util.classificationFeatures.implementations.test   
 

Uses of IncorrectClassificationFeatureException in util.classificationFeatures
 

Methods in util.classificationFeatures that throw IncorrectClassificationFeatureException
 void ClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the scores assigned to each feature, that is generated by this corresponding ClassificationFeature.
 void ClassificationFeatureDrawing.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.
 void ClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 

Uses of IncorrectClassificationFeatureException in util.classificationFeatures.implementations
 

Methods in util.classificationFeatures.implementations that throw IncorrectClassificationFeatureException
 void RFClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void PositionalClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
           
 void CompositionalSecondaryStructureClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void CompositionalClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void BranchpointClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void RFClassificationFeatureDrawing.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.
 void PositionalClassificationFeatureDrawing.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.
 void CompositionalSecondaryStructureClassificationFeatureDrawing.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.
 void CompositionalClassificationFeatureDrawing.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.
 void BranchpointClassificationFeatureDrawing.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.
 void RFClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void PositionalGeneralClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void PositionalClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void CompositionalSecondaryStructureClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void CompositionalGeneralClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void CompositionalClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void BranchpointClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 

Uses of IncorrectClassificationFeatureException in util.classificationFeatures.implementations.test
 

Methods in util.classificationFeatures.implementations.test that throw IncorrectClassificationFeatureException
 void SecStructSimpleClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void SecStructEvalClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void PositionalSecondaryStructureClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void NearSecondaryStructureClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void NearestEqualClassificationFeatureDrawing.draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 void SecStructSimpleClassificationFeatureDrawing.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.
 void SecStructEvalClassificationFeatureDrawing.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.
 void PositionalSecondaryStructureClassificationFeatureDrawing.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.
 void NearSecondaryStructureClassificationFeatureDrawing.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.
 void NearestEqualClassificationFeatureDrawing.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.
 void WaveContentClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void VarianceClassificationFeature.setParameters(java.lang.String[] args)
           
 void TetraHedronClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void TestNucleotideDistanceClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void SecStructSimpleClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void SecStructEvalClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void RF2ClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void PositionalSecondaryStructureClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void PhysicalPropertiesClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void PentaClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void NonBindingClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void NearSecondaryStructureClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void NearestEqualClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void IntronRetentionCompareClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void IntronRetention2ClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void IntronRetention1ClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void HydrophilicClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void GcContentClassificationFeature.setParameters(java.lang.String[] args)
          This method sets the necessary parameters for the classificationfeature.
 void DeterminantClassificationFeature.setParameters(java.lang.String[] args)