org.opentox.algorithm.dataprocessing
Class InfoGain

java.lang.Object
  extended by org.opentox.algorithm.dataprocessing.InfoGain
All Implemented Interfaces:
IFeatureSelection, IProne2Error

public class InfoGain
extends java.lang.Object
implements IFeatureSelection

Author:
chung

Constructor Summary
InfoGain()
           
 
Method Summary
 ErrorRepresentation checkParameters()
          Check the consistency of the posted parameters.
 ErrorRepresentation getErrorRep()
           
 org.restlet.representation.Representation selectFeatures()
          ???
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoGain

public InfoGain()
Method Detail

getErrorRep

public ErrorRepresentation getErrorRep()
Specified by:
getErrorRep in interface IProne2Error

selectFeatures

public org.restlet.representation.Representation selectFeatures()
Description copied from interface: IFeatureSelection
???

Specified by:
selectFeatures in interface IFeatureSelection
Returns:
?

checkParameters

public ErrorRepresentation checkParameters()
Description copied from interface: IFeatureSelection
Check the consistency of the posted parameters.

Specified by:
checkParameters in interface IFeatureSelection
Returns:
A null Representation if the posted parameters are consistent, or an instance of ErrorRepresentation otherwise, containing a list of Trhowables and explanatory messages for each one.