Uses of Interface
org.opentox.prediction.Predictor

Packages that use Predictor
org.opentox.prediction   
 

Uses of Predictor in org.opentox.prediction
 

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