util.featureSelection
Class FeatureSelectionSupport

java.lang.Object
  extended by 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)
           
 
Method Summary
 int[] findClassificationSites(java.util.List<ClassificationFeature> list)
           
static void main(java.lang.String[] args)
           
 util.featureSelection.FeatureSelectionSupport.ClassificationData readFeatureFile(java.lang.String fileName, java.util.List<ValPosCombination> result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSelectionSupport

public FeatureSelectionSupport(java.lang.String fsFileName,
                               java.lang.String outputPath,
                               java.lang.String posDataFileName,
                               java.lang.String negDataFileName)
Method Detail

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)