Common interface for Bag of Words objects.
IBinaryClassifierCommon interface for classification models. Classification models learn how to produce a class-label (or a set of class labels) y from an input vector x.
IBinaryClassifierTInputCommon interface for classification models. Classification models learn how to produce a class-label (or a set of class labels) y from an input vector x.
IBinaryLikelihoodClassifierTInputCommon interface for generative binary classifiers. A binary classifier can predict whether or not an instance belongs to a class, while at the same time being able to provide the probability of this sample belonging to the positive class.
IBinaryScoreClassifierTInputCommon interface for score-based binary classifiers. A binary classifier can predict whether or not an instance belongs to a class based on a decision score (a real number) that measures the association of the input with the negative and positive class.
ICentroidClusterCollectionTData, TClusterCommon interface for clusters that contains centroids which are of the same data type as the clustered data types (i.e.
KMeansClusterCollectionKMeansCluster).
ICentroidClusterCollectionTData, TCentroids, TClusterCommon interface for clusters that contains centroids, where the centroid data type might be different from the data type of the data bring clustered (i.e.
GaussianClusterCollectionGaussianCluster).
IClassifierCommon interface for classification models. Classification models learn how to produce a class-label (or a set of class labels) y from an input vector x.
IClassifierTInput, TClassesCommon interface for classification models. Classification models learn how to produce a class-label (or a set of class labels) y from an input vector x.
IClusterCollectionTData Obsolete.Common interface for cluster collections.
IClusterCollectionTData, TCluster Obsolete.Common interface for cluster collections.
IClusterCollectionExTData, TClusterCommon interface for collections of clusters (i.e.
KMeansClusterCollection,
GaussianClusterCollection,
MeanShiftClusterCollection).
IClusteringAlgorithmTData Obsolete.Common interface for clustering algorithms.
IClusteringAlgorithmTData, TWeights Obsolete.Common interface for clustering algorithms.
ICovariantTransformTInput, TOutputCommon interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
IDescriptiveLearningTModel, TInputCommon interface for unsupervised learning algorithms.
IExplorationPolicyExploration policy interface.
IGenerativeTInputCommon interface for generative models.
ILikelihoodTaggerTInputCommon interface for generative observation sequence taggers. A sequence tagger can predict the class label of each individual observation in a input sequence vector.
IMulticlassClassifierCommon interface for multi-class models. Classification models learn how to produce a class-label y from an input vector x.
IMulticlassClassifierTInputCommon interface for multi-class models. Classification models learn how to produce a class-label y from an input vector x.
IMulticlassClassifierTInput, TClassesCommon interface for multi-class models. Classification models learn how to produce a class-label y from an input vector x.
IMulticlassLikelihoodClassifierTInputCommon interface for generative multi-class classifiers. A multi-class classifier can predicts a class label based on an input instance vector.
IMulticlassLikelihoodClassifierTInput, TClassesCommon interface for generative multi-class classifiers. A multi-class classifier can predicts a class label based on an input instance vector.
IMulticlassLikelihoodClassifierBaseTInput, TClassesCommon interface for generative multi-class classifiers. A multi-class classifier can predicts a class label based on an input instance vector.
IMulticlassOutLikelihoodClassifierTInput, TClassesCommon interface for generative multi-class classifiers. A multi-class classifier can predicts a class label based on an input instance vector.
IMulticlassOutScoreClassifierTInput, TClassesCommon interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.
IMulticlassRefLikelihoodClassifierTInput, TClassesCommon interface for generative multi-class classifiers. A multi-class classifier can predicts a class label based on an input instance vector.
IMulticlassRefScoreClassifierTInput, TClassesCommon interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.
IMulticlassScoreClassifierTInputCommon interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.
IMulticlassScoreClassifierTInput, TClassesCommon interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.
IMulticlassScoreClassifierBaseTInput, TClassesCommon interface for score-based multi-class classifiers. A multi-class classifier can predict to which class an instance belongs based on a decision score (a real number) that measures the association of the input with each class.
IMultilabelClassifierCommon interface for multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once.
IMultilabelClassifierTInputCommon interface for multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once.
IMultilabelClassifierTInput, TClassesCommon interface for multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once.
IMultilabelLikelihoodClassifierTInputCommon interface for generative multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once, as well as their probabilities.
IMultilabelLikelihoodClassifierTInput, TClassesCommon interface for generative multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once.
IMultilabelLikelihoodClassifierBaseTInput, TClassesCommon interface for generative multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once.
IMultilabelOutLikelihoodClassifierTInput, TClassesCommon interface for generative multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once, as well as their probabilities.
IMultilabelOutScoreClassifierTInput, TClassesCommon interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.
IMultilabelRefLikelihoodClassifierTInput, TClassesCommon interface for generative multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once, as well as their probabilities.
IMultilabelRefScoreClassifierTInput, TClassesCommon interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.
IMultilabelScoreClassifierTInputCommon interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.
IMultilabelScoreClassifierTInput, TClassesCommon interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.
IMultilabelScoreClassifierBaseTInput, TClassesCommon interface for score-based multi-label classifiers. A multi-label classifier can predict the occurrence of multiple class labels at once based on a decision score (a real number) computed for each class.
IMultipleRegressionTInputCommon interface for multiple regression models. Multiple regression models learn how to produce a set of real values (a real-valued vector) from an input vector x.
IMultipleRegressionTInput, TOutputCommon interface for multiple regression models. Multiple regression models learn how to produce a set of real values (a real-valued vector) from an input vector x.
IMultipleTransformTInput, TOutputCommon interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
IParallelCommon interface for parallel algorithms.
IRegressionTInputCommon interface for regression models. Regression models learn how to produce a real value (or a set of real values) y from an input vector x.
IRegressionTInput, TOutputCommon interface for regression models. Regression models learn how to produce a real value (or a set of real values) y from an input vector x.
IScoreTaggerTInputCommon interface for observation sequence taggers.
ISupervisedBinaryLearningTModelCommon interface for supervised learning algorithms for
binary classifiers.
ISupervisedBinaryLearningTModel, TInputCommon interface for supervised learning algorithms for
binary classifiers.
ISupervisedLearningTModel, TInput, TOutputCommon interface for supervised learning algorithms.
ISupervisedMulticlassLearningTModelCommon interface for supervised learning algorithms for
multi-class classifiers.
ISupervisedMulticlassLearningTModel, TInputCommon interface for supervised learning algorithms for
multi-class classifiers.
ISupervisedMultilabelLearningTModelCommon interface for supervised learning algorithms for
multi-label classifiers.
ISupervisedMultilabelLearningTModel, TInputCommon interface for supervised learning algorithms for
multi-label classifiers.
ISupportsCancellationCommon interface for algorithms that can be canceled in the middle of execution.
ITaggerTInputCommon interface for generative observation sequence taggers. A sequence tagger can predict the class label of each individual observation in a input sequence vector.
ITransformCommon interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
ITransformTInputCommon interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
ITransformTInput, TOutputCommon interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
IUnsupervisedLearningTModel, TInput, TOutputCommon interface for unsupervised learning algorithms.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4