Uses of Interface
org.opentox.interfaces.IPredictor

Packages that use IPredictor
org.opentox.prediction   
 

Uses of IPredictor in org.opentox.prediction
 

Classes in org.opentox.prediction that implement IPredictor
 class MlrPredictor
          Applies a dataset on an MLR model to predict a feature.
 class SvcPredictor
           
 class SvmPredictor