org.opentox.interfaces
Interface IFeatureSelection

All Superinterfaces:
IProne2Error
All Known Implementing Classes:
InfoGain

public interface IFeatureSelection
extends IProne2Error

Author:
chung

Method Summary
 ErrorRepresentation checkParameters()
          Check the consistency of the posted parameters.
 org.restlet.representation.Representation selectFeatures()
          ???
 
Methods inherited from interface org.opentox.interfaces.IProne2Error
getErrorRep
 

Method Detail

selectFeatures

org.restlet.representation.Representation selectFeatures()
???

Returns:
?

checkParameters

ErrorRepresentation checkParameters()
Check the consistency of the posted parameters.

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.