util.featureSelection
Class FeatureSelectionSupport
java.lang.Object
util.featureSelection.FeatureSelectionSupport
public class FeatureSelectionSupport
- extends java.lang.Object
This class provides the means to investigate the possible
regulatory features indicated by the features that are selected
by feature selection methods.
- Author:
- Michiel Van Bel
Constructor Summary |
FeatureSelectionSupport(java.lang.String fsFileName,
java.lang.String outputPath,
java.lang.String posDataFileName,
java.lang.String negDataFileName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureSelectionSupport
public FeatureSelectionSupport(java.lang.String fsFileName,
java.lang.String outputPath,
java.lang.String posDataFileName,
java.lang.String negDataFileName)
main
public static void main(java.lang.String[] args)
findClassificationSites
public int[] findClassificationSites(java.util.List<ClassificationFeature> list)
readFeatureFile
public util.featureSelection.FeatureSelectionSupport.ClassificationData readFeatureFile(java.lang.String fileName,
java.util.List<ValPosCombination> result)