Uses of Interface
org.opentox.interfaces.IProne2Error

Packages that use IProne2Error
org.opentox.algorithm.dataprocessing   
org.opentox.algorithm.reporting   
org.opentox.algorithm.trainer   
org.opentox.error   
org.opentox.formatters   
org.opentox.interfaces   
org.opentox.ontology.rdf   
org.opentox.prediction   
 

Uses of IProne2Error in org.opentox.algorithm.dataprocessing
 

Classes in org.opentox.algorithm.dataprocessing that implement IProne2Error
 class InfoGain
           
 

Uses of IProne2Error in org.opentox.algorithm.reporting
 

Classes in org.opentox.algorithm.reporting that implement IProne2Error
 class AlgorithmReporter
           
 

Uses of IProne2Error in org.opentox.algorithm.trainer
 

Classes in org.opentox.algorithm.trainer that implement IProne2Error
 class AbstractTrainer
          Abstract Algorithm Trainer.
 class CallableTrainer
           
 class MlrTrainer
          Trainer for MLR models.
 class SvcTrainer
           
 class SvmTrainer
          Trainer for Support Vector Machine Regression Models.
 

Uses of IProne2Error in org.opentox.error
 

Classes in org.opentox.error that implement IProne2Error
 class ErrorSource
          ErrorSource is an interface implemented by all those classes that may throw an error that affects a service.
 

Uses of IProne2Error in org.opentox.formatters
 

Classes in org.opentox.formatters that implement IProne2Error
 class AbstractAlgorithmFormatter
           
 class AbstractModelFormatter
           
 class AlgorithmJsonFormatter
           
 class AlgorithmRdfFormatter
          Build an RDF representation for an Algorithm.
 class AlgorithmXmlFormatter
           
 class AlgorithmYamlFormatter
           
 class ModelFormatter
          Reads a stored or online model (in RDF format) and returns it in a prefered MIME type (format).
 

Uses of IProne2Error in org.opentox.interfaces
 

Subinterfaces of IProne2Error in org.opentox.interfaces
 interface IAlgorithmReporter
          Interface for the production of representations for an algorithm resource with respect to a desired MIME type.
 interface IDataset
           
 interface IFeature
           
 interface IFeatureSelection
           
 interface IModel
           
 interface ITrainer
           
 

Uses of IProne2Error in org.opentox.ontology.rdf
 

Classes in org.opentox.ontology.rdf that implement IProne2Error
 class Dataset
           
 class Feature
           
 class Model
          This class is used to parse and generate RDF representations of Models.
 class RDFHandler
          A Handler for RDF resources.
 class Task
          An RDF Parser and Creator for Task representations.
 

Uses of IProne2Error in org.opentox.prediction
 

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