All Classes Interface Summary Exception Summary
| Class |
Description |
| ContainsNonNumericAttributesException |
|
| DatasetCreationException |
|
| DatasetTraceInstructionFailedException |
|
| IActiveLearningPoolProvider<I extends ILabeledInstance> |
Provides a sample pool for pool-based active learning.
|
| IAnalyticalLearningCurve |
Added some analytical functions to a learning curve.
|
| IAttribute |
Wrapper interface for attribute types.
|
| IAttributeValue |
|
| IBatchLossFunction<Y> |
|
| IBatchPredictionAlgorithm<Y,I extends IInstance> |
|
| ICategoricalAttribute |
|
| ICategoricalAttributeValue |
|
| IClassificationLossFunction |
|
| IClassifier<I extends ILabeledInstance,D extends ILabeledDataset<I>> |
|
| IClusterer |
|
| IDataset<I extends IInstance> |
|
| IDatasetDeserializer<D> |
A dataset deserializer reads in the contents of a file to return it as a dataset object.
|
| IDatasetSplitter<I extends IInstance,D extends IDataset<I>> |
|
| IDatasetTraceInstruction<I extends IInstance,D extends IDataset<I>> |
|
| IDataSource<I extends IInstance> |
The general dataset interface.
|
| IDatsetSerializer<D> |
|
| IDyad |
|
| IDyadRanker |
|
| IDyadRankingDataset |
|
| IDyadRankingDataSource |
|
| IDyadRankingInstance |
|
| IFittable<I extends IInstance,D extends IDataSource<I>> |
|
| IFittablePredictor<I extends IInstance,D extends IDataSource<I>> |
|
| IGenericPredictionAlgorithm<Y,I> |
|
| IInstance |
Instances implementing this interface have a feature description of the type X.
|
| IInstanceSchema |
|
| IInstanceSchemaHandler |
|
| ILabeledDataset<I extends ILabeledInstance> |
|
| ILabeledDataSource<I extends ILabeledInstance> |
The supervised dataset is a list (ordered collection) of instances.
|
| ILabeledInstance |
Interface of an instance that has a target value.
|
| ILabeledInstanceSchema |
|
| ILabeledInstanceSchemaHandler |
|
| ILabelRanker |
|
| ILabelRankingDataset |
|
| ILabelRankingDataSource |
|
| ILabelRankingInstance |
|
| ILabelRankingPrediction |
|
| ILearnerConfigHandler |
|
| ILearningCurve |
Interface for the result of an learning curve extrapolation.
|
| ILossFunction<Y> |
A loss function is defined for a domain quantizing the error of an elment in a domain D compared to the ground truth.
|
| IMLModel |
|
| IMultiLabelAttribute |
|
| IMultiLabelAttributeValue |
|
| IMultiLabelClassificationDataset |
|
| IMultiLabelClassificationDataSource |
|
| IMultiLabelClassificationInstance |
|
| IMultiLabelClassificationLossFunction |
|
| IMultiLabelClassifier |
|
| IMultiLabelSet |
|
| INumericAttribute |
|
| INumericAttributeValue |
|
| INumericEncodingAttribute |
|
| IObjectAttribute<O> |
|
| IObjectAttributeValue<O> |
|
| IOrdinalAttribute |
|
| IOrdinalAttributeValue |
|
| IPrediction |
|
| IPredictionAlgorithm<Y,I extends IInstance> |
|
| IPredictionBatch |
|
| IPredictor<I extends IInstance,D extends IDataSource<I>> |
|
| IProbabilisticPredictor |
|
| IRanker<O,I extends IRankingInstance<O>,D extends IRankingDataset<O,I>> |
|
| IRanking<O> |
A ranking is a function mapping assigning each object of a set of objects a rank, i.e. a
number between 1 and the total number of objects.
|
| IRankingAttribute<O> |
|
| IRankingAttributeValue<O> |
|
| IRankingDataset<O,I extends IRankingInstance<O>> |
|
| IRankingDataSource<O,I extends IRankingInstance<O>> |
|
| IRankingInstance<O> |
|
| IRankingLossFunction |
|
| IRankingPrediction |
|
| IRegressionDataset |
|
| IRegressionDataSource |
|
| IRegressionInstance |
|
| IRegressor |
|
| ISamplingAlgorithm<I extends IInstance,D extends IDataset<I>> |
Interface for sampling algorithms.
|
| ISelectiveSamplingStrategy<I> |
A strategy for selective sampling.
|
| ISingleLabelClassificationBatchLossFunction |
|
| ISingleLabelClassificationDataset |
|
| ISingleLabelClassificationDataSource |
|
| ISingleLabelClassificationInstance |
|
| ISingleLabelClassificationPrediction |
|
| ISingleLabelClassifier |
|
| IStringAttribute |
|
| IStringAttributeValue |
|
| ISupervisedDatasetSplitter<I extends ILabeledInstance,D extends ILabeledDataset<I>> |
|
| ISupervisedFitAlgorithm<I extends ILabeledInstance,D extends ILabeledDataSource<I>,M extends IMLModel> |
A fit algorithm can be used to induce a IMLModel from a supervised data
source.
|
| ISupervisedLearner<I extends ILabeledInstance,D extends ILabeledDataSource<I>> |
|
| ISupervisedSamplingAlgorithm<I extends ILabeledInstance,D extends ILabeledDataset<I>> |
|
| ITimeseriesAttribute<Y> |
|
| ITimeseriesAttributeValue<Y> |
|
| IUnsupervisedFitAlgorithm<X,I extends IInstance,D extends IDataSource<I>,M extends IMLModel> |
|
| IUnsupervisedLearner<I extends IInstance,D extends IDataSource<I>> |
|
| LearnerConfigurationFailedException |
|
| NoValidAttributeValueException |
|
| PredictionException |
|
| SplitFailedException |
|
| TrainingException |
|