- AbstractAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
-
Abstract base class for objects capable of annotating things.
- AbstractAnnotator() - Constructor for class org.openimaj.ml.annotation.AbstractAnnotator
-
- AbstractContextAwareInitStrategy<INDEPENDANT,DEPENDANT> - Class in org.openimaj.ml.linear.learner.init
-
Holds on to the learner and the context variables
- AbstractContextAwareInitStrategy() - Constructor for class org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy
-
- add(long, DATA) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
-
Add an element to this time series
- addDocument(Document) - Method in class org.openimaj.pgm.util.Corpus
-
- addIteration(String, Iterable<T>) - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearLearnerParametersLineSearch
-
- addTimeSeries(String, INTERNALSERIES) - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- addTimeSeries(String, INTERNALSERIES) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- addU(int) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
Expand the U parameters matrix by added a set of rows.
- addU(int) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
Expand the U parameters matrix by added a set of rows.
- addW(int) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
Expand the W parameters matrix by added a set of rows.
- addW(int) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
Expand the W parameters matrix by added a set of rows.
- aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.MeanSquaredDifferenceAggregator
-
- aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.SquaredSummedDifferenceAggregator
-
- aggregate(STSCOLLECTION) - Method in interface org.openimaj.ml.timeseries.aggregator.SynchronisedTimeSeriesCollectionAggregator
-
- aggregate(TSCOLLECTION) - Method in interface org.openimaj.ml.timeseries.aggregator.TimeSeriesCollectionAggregator
-
- aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.WindowedLinearRegressionAggregator
-
- allseries() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- allseries() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- alpha - Variable in class org.openimaj.pgm.vb.lda.mle.LDAModel
-
the dirichelet perameter for every dimension of the topic multinomial prior
- annotate(OBJECT) - Method in interface org.openimaj.ml.annotation.Annotator
-
Generate annotations for the given object.
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.LiblinearAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
-
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.model.ModelAnnotator
-
- annotate(OBJECT, Collection<ANNOTATION>) - Method in interface org.openimaj.ml.annotation.RestrictedAnnotator
-
Generate annotations for the given object, restricting
the potential annotations to coming from the given set.
- annotate(OBJECT) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
-
Generate annotations for the given object.
- Annotated<OBJECT,ANNOTATION> - Interface in org.openimaj.ml.annotation
-
An object with annotations.
- AnnotatedListHelper<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.utils
-
Helper class for dealing with lists of annotated objects,
and specifically getting objects by class and determining
the set of annotations.
- AnnotatedListHelper(List<? extends Annotated<OBJECT, ANNOTATION>>) - Constructor for class org.openimaj.ml.annotation.utils.AnnotatedListHelper
-
- AnnotatedObject<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
-
- AnnotatedObject(OBJECT, Collection<ANNOTATION>) - Constructor for class org.openimaj.ml.annotation.AnnotatedObject
-
Construct with the given object and its annotations.
- AnnotatedObject(OBJECT, ANNOTATION) - Constructor for class org.openimaj.ml.annotation.AnnotatedObject
-
Construct with the given object and its annotation.
- annotation - Variable in class org.openimaj.ml.annotation.ScoredAnnotation
-
The annotation
- AnnotationEvaluator<OBJECT extends org.openimaj.data.identity.Identifiable,ANNOTATION> - Class in org.openimaj.ml.annotation.evaluation
-
A class to help evaluate the performance of an
Annotator using
standardised classification and/or retrieval evaluation methodologies.
- AnnotationEvaluator(Annotator<OBJECT, ANNOTATION>, Dataset<? extends Annotated<OBJECT, ANNOTATION>>) - Constructor for class org.openimaj.ml.annotation.evaluation.AnnotationEvaluator
-
Construct a new
AnnotationEvaluator with the given annotator and
test data (with ground-truth annotations).
- annotationProbability - Variable in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
-
- annotations - Variable in class org.openimaj.ml.annotation.AnnotatedObject
-
The annotations
- annotations - Variable in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
-
- annotations - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- annotations - Variable in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
-
- annotationsSet - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- Annotator<OBJECT,ANNOTATION> - Interface in org.openimaj.ml.annotation
-
Base class for objects capable of annotating things.
- apply(IndependentPair<double[], double[]>) - Method in class org.openimaj.ml.linear.kernel.LinearVectorKernel
-
- ArrayIndexComparator - Class in org.openimaj.ml.linear.experiments.sinabill
-
- ArrayIndexComparator(double[]) - Constructor for class org.openimaj.ml.linear.experiments.sinabill.ArrayIndexComparator
-
- asciiHeader() - Method in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
- asciiHeader() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
-
- asciiHeader() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
-
- asMatrixPair(IndependentPair<Map<String, Map<String, Double>>, Map<String, Double>>, int, int, int) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
-
Given a sparse pair of user/words and value construct a pair of matricies
using the current mappings of words and users to matrix rows.
- asMatrixPair(IndependentPair<Map<String, Map<String, Double>>, Map<String, Double>>) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
-
- asMatrixPair(Map<String, Map<String, Double>>, Map<String, Double>) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
-
- AustrianWordExperiments - Class in org.openimaj.ml.linear.experiments.sinabill
-
- AustrianWordExperiments() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.AustrianWordExperiments
-
- equals(Object) - Method in class org.openimaj.ml.regression.LinearRegression
-
- error(DoubleTimeSeries...) - Static method in class org.openimaj.ml.timeseries.aggregator.MeanSquaredDifferenceAggregator
-
- errors - Variable in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
-
- estimate(List<? extends IndependentPair<double[], Integer>>) - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
-
- estimate(List<? extends IndependentPair<double[], double[]>>) - Method in class org.openimaj.ml.regression.LinearRegression
-
- estimate(double[][], double[][]) - Method in class org.openimaj.ml.regression.LinearRegression
-
- estimate(Matrix, Matrix) - Method in class org.openimaj.ml.regression.LinearRegression
-
- estimate(Corpus) - Method in class org.openimaj.pgm.vb.lda.mle.LDALearner
-
initiates the EM algorithm on documents in the corpus
- ETA0_BIAS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The weighting of the subgradient of BIAS, weighted down each ETASTEPS
number of iterations of the biconvex scheme, defaults to eta0 (0.05)
- ETA0_U - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The weighting of the subgradient of U, weighted down each ETASTEPS number
of iterations of the biconvex scheme, defaults to 0.05
- eta0_u - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- eta0_u - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- ETA0_W - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The weighting of the subgradient of W, weighted down each ETASTEPS number
of iterations of the biconvex scheme, defaults to 0.05
- eta0_w - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- eta0_w - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- ETA_GAMMA - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The ammount by which ETA is made to increase each iteration
- ETASTEPS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The steps at which point the eta parameter is reduced, defaults to 3
- etat(int, double) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatSquareLossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareLossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareMissingLossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
-
- eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatSquareLossFunction
-
- evaluate(double[], int, int, double) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap
-
Evaluate the kernel for the given x value.
- evaluate(DoubleFV) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap
-
Compute the Homogeneous Kernel Map approximation of the given feature vector
- evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.BilinearEvaluator
-
- evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.MeanSumLossEvaluator
-
- evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.RootMeanSumLossEvaluator
-
- evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.SumLossEvaluator
-
- EXPANDEDUINITSTRAT - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The initialisation strategy for U when it is expanded.
- EXPANDEDWINITSTRAT - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The initialisation strategy for W when it is expanded.
- expandY(Matrix) - Static method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
Given a flat value matrix, makes a diagonal sparse matrix containing the values as the diagonal
- expandY(Matrix) - Static method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
Given a flat value matrix, makes a diagonal sparse matrix containing the values as the diagonal
- extractFeature(T) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap.ExtractorWrapper
-
- extractFeatures(ANNOTATION, FeatureExtractor<FEATURE, OBJECT>) - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
-
Extract the features corresponding to a specific annotation.
- extractFeaturesExclude(ANNOTATION, FeatureExtractor<FEATURE, OBJECT>) - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
-
Extract the features corresponding to everything EXCEPT
the specific given annotation.
- extractor - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- ExtractorWrapper(FeatureExtractor<? extends FeatureVector, T>, HomogeneousKernelMap) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap.ExtractorWrapper
-
Construct with the given internal extractor and homogeneous kernel map.
- L1L2Regulariser - Class in org.openimaj.ml.linear.learner.matlib.regul
-
- L1L2Regulariser() - Constructor for class org.openimaj.ml.linear.learner.matlib.regul.L1L2Regulariser
-
- L1L2Regulariser - Class in org.openimaj.ml.linear.learner.regul
-
- L1L2Regulariser() - Constructor for class org.openimaj.ml.linear.learner.regul.L1L2Regulariser
-
- L1Regulariser - Class in org.openimaj.ml.linear.learner.matlib.regul
-
- L1Regulariser() - Constructor for class org.openimaj.ml.linear.learner.matlib.regul.L1Regulariser
-
- L1Regulariser - Class in org.openimaj.ml.linear.learner.regul
-
- L1Regulariser() - Constructor for class org.openimaj.ml.linear.learner.regul.L1Regulariser
-
- LAMBDA - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The parameter of the regulariser for both W and U
- LAMBDA_U - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The parameter of the regulariser for U, defaults to LAMBDA
- lambda_u - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- lambda_u - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- LAMBDA_W - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The parameter of the regulariser for W, defaults to LAMBDA
- lambda_w - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- lambda_w - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- LambdaSearchAustrian - Class in org.openimaj.ml.linear.experiments.sinabill
-
Optimise lambda and eta0 and learning rates with a line search
- LambdaSearchAustrian() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.LambdaSearchAustrian
-
- LargeMarginDimensionalityReduction - Class in org.openimaj.ml.linear.projection
-
- LargeMarginDimensionalityReduction(int) - Constructor for class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
Construct with the given target dimensionality and default values for the
other parameters (learning rate of 1.0 for W; learning rate of 0 for
bias).
- LargeMarginDimensionalityReduction(int, double, double) - Constructor for class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
Construct with the given target dimensionality learning rates.
- LDABetaInitStrategy - Interface in org.openimaj.pgm.vb.lda.mle
-
Initialisation strategies for the beta matrix in the maximum liklihood LDA.
- LDABetaInitStrategy.RandomBetaInit - Class in org.openimaj.pgm.vb.lda.mle
-
initialises beta randomly s.t.
- LDALearner - Class in org.openimaj.pgm.vb.lda.mle
-
An implementation of variational inference LDA which can be saved and loaded
- LDALearner(int) - Constructor for class org.openimaj.pgm.vb.lda.mle.LDALearner
-
- LDAModel - Class in org.openimaj.pgm.vb.lda.mle
-
Holds the sufficient statistics for a maximum liklihood LDA
as well as a single value for alpha (the parameter of the topic
dirichlet prior)
- LDAModel(int) - Constructor for class org.openimaj.pgm.vb.lda.mle.LDAModel
-
- LDAVariationlState - Class in org.openimaj.pgm.vb.lda.mle
-
The state of the E step of the MLE LDA
- LDAVariationlState(LDAModel) - Constructor for class org.openimaj.pgm.vb.lda.mle.LDAVariationlState
-
The variational state holds phi and gamma states as well as
information for convergence of the E step.
- learnBasis(FeatureVector[]) - Method in class org.openimaj.ml.pca.FeatureVectorPCA
-
Learn the PCA basis of the given feature vectors.
- learnBasis(Collection<? extends FeatureVector>) - Method in class org.openimaj.ml.pca.FeatureVectorPCA
-
Learn the PCA basis of the given feature vectors.
- learnBasis(double[][]) - Method in class org.openimaj.ml.pca.FeatureVectorPCA
-
- learnBasisNorm(Matrix) - Method in class org.openimaj.ml.pca.FeatureVectorPCA
-
- learner - Variable in class org.openimaj.ml.linear.evaluation.BilinearEvaluator
-
- learner - Variable in class org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy
-
- LearningParameters - Class in org.openimaj.ml.linear.learner
-
- LearningParameters() - Constructor for class org.openimaj.ml.linear.learner.LearningParameters
-
- LearningParameters(Map<String, Object>) - Constructor for class org.openimaj.ml.linear.learner.LearningParameters
-
- LearningParameters.Placeholder - Class in org.openimaj.ml.linear.learner
-
- length() - Method in class org.openimaj.pgm.util.Document
-
- LiblinearAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.linear
-
Annotator based on linear classifiers learned using Liblinear (see
Linear) or DenseLinear depending on the density of the
features.
- LiblinearAnnotator(FeatureExtractor<? extends FeatureVector, OBJECT>, LiblinearAnnotator.Mode, SolverType, double, double) - Constructor for class org.openimaj.ml.annotation.linear.LiblinearAnnotator
-
Default constructor.
- LiblinearAnnotator(FeatureExtractor<? extends FeatureVector, OBJECT>, LiblinearAnnotator.Mode, SolverType, double, double, double, boolean) - Constructor for class org.openimaj.ml.annotation.linear.LiblinearAnnotator
-
Default constructor.
- LiblinearAnnotator.Mode - Enum in org.openimaj.ml.annotation.linear
-
The classifier mode; either multiclass or multilabel.
- LiblinearHelper - Class in org.openimaj.ml.annotation.utils
-
Helper methods for interoperability of OpenIMAJ types with Liblinear.
- LiblinearHelper() - Constructor for class org.openimaj.ml.annotation.utils.LiblinearHelper
-
- likelihood - Variable in class org.openimaj.pgm.vb.lda.mle.LDAVariationlState
-
The liklihood of the current topic sufficient statistics and variational parameters
- LinearInterpolationProcessor - Class in org.openimaj.ml.timeseries.processor.interpolation
-
Perform a linear interpolation such that the value of data at time t1 between t0 and t2 =
data[t1] = data[t0] * (t1 - t0)/(t2-t0) + data[t2] * (t2 - t1)/(t2-t0)
Note that this means if data is known at t1, then t0 = t1 and data[t1] == data[t0]
- LinearInterpolationProcessor(long[]) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
-
- LinearInterpolationProcessor() - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
-
- LinearInterpolationProcessor(long, int, long) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
-
- LinearInterpolationProcessor(long, long, int) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
-
- LinearInterpolationProcessor(long, long, long) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
-
- LinearPerceptronDataGenerator - Class in org.openimaj.ml.linear.data
-
- LinearPerceptronDataGenerator(double, int, double) - Constructor for class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
-
- LinearPerceptronDataGenerator(double, int, double, int) - Constructor for class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
-
The range for each dimension
- LinearRegression - Class in org.openimaj.ml.regression
-
Given a set of independant variables a linear regressions finds the optimal
vector B such that: (Y - Xb)^2 = 0 (Y - Xb)^{T}(Y-Xb) = 0
calculated by assuming a convex shape of (Y - Xb) with varying values of b
(reasonable as the function is linear) and then calculating the point at
which the first derivative of this function is 0.
- LinearRegression() - Constructor for class org.openimaj.ml.regression.LinearRegression
-
linear regression model
- LinearRegressionProcessor - Class in org.openimaj.ml.timeseries.processor
-
Using a
LinearRegression model, a time series is used as input to
calculate the coefficients of a linear regression such that value = b * time
+ c
This is the simplest kind of model that can be applied to a time series
- LinearRegressionProcessor() - Constructor for class org.openimaj.ml.timeseries.processor.LinearRegressionProcessor
-
Calculate the regression from the same time series inputed
- LinearRegressionProcessor(LinearRegression) - Constructor for class org.openimaj.ml.timeseries.processor.LinearRegressionProcessor
-
Use reg as the linear regression to predict.
- LinearSVMAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.linear
-
An
Annotator based on a set of linear SVMs (one per annotation).
- LinearSVMAnnotator(FeatureExtractor<? extends FeatureVector, OBJECT>, ANNOTATION) - Constructor for class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
-
Construct a new
LinearSVMAnnotator with the given extractor and
the specified negative class.
- LinearSVMAnnotator(FeatureExtractor<? extends FeatureVector, OBJECT>) - Constructor for class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
-
- LinearVectorKernel - Class in org.openimaj.ml.linear.kernel
-
- LinearVectorKernel() - Constructor for class org.openimaj.ml.linear.kernel.LinearVectorKernel
-
- loadModel(File) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
-
Load an existing svm model.
- LOSS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
- loss - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- loss - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- LossFunction - Class in org.openimaj.ml.linear.learner.loss
-
With a held Y and X, return gradient and evaluations of
a loss function of some parameters s.t.
- LossFunction() - Constructor for class org.openimaj.ml.linear.learner.loss.LossFunction
-
- LossFunction - Class in org.openimaj.ml.linear.learner.matlib.loss
-
With a held Y and X, return gradient and evaluations of
a loss function of some parameters s.t.
- LossFunction() - Constructor for class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
-
- score(double[], double[]) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
Compute the matching score between a pair of (high dimensional) features.
- ScoredAnnotation<ANNOTATION> - Class in org.openimaj.ml.annotation
-
An annotation that was produced automatically with a given confidence.
- ScoredAnnotation(ANNOTATION, float) - Constructor for class org.openimaj.ml.annotation.ScoredAnnotation
-
Construct with the given annotation and confidence
- SEED - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
The random seed of any randomised components of this learner (usually
initialisation).
- series(String) - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- series(String) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- set(long[], Map<String, ALLINPUT>) - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- set(long[], Map<String, ALLINPUT>) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- set(long[], DATA[]) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
-
- set(long[], double[]) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
-
- set(long[], DATA) - Method in class org.openimaj.ml.timeseries.TimeSeries
-
Set the data associated with each time.
- setAlpha(double) - Method in class org.openimaj.pgm.vb.lda.mle.LDAModel
-
- setAnswerElement(int, int, double) - Method in class org.openimaj.math.matrix.ThreadedMatrixMulti
-
- setBias(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
-
- setBias(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
-
- setBias(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
-
- setBias(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
-
- setBias(double) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
- setContext(INDEPENDANT, DEPENDANT) - Method in class org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy
-
- setContext(INDEPENDANT, DEPENDANT) - Method in interface org.openimaj.ml.linear.learner.init.ContextAwareInitStrategy
-
The current INDEPENDANT and DEPENDANT values at the time of initialization
- setError(double) - Method in class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
-
- setFold(int, BillMatlabFileDataGenerator.Mode) - Method in class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
-
- setK(int) - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
Set the number of neighbours
- setLearner(BilinearSparseOnlineLearner) - Method in class org.openimaj.ml.linear.evaluation.BilinearEvaluator
-
- setLearner(OnlineLearner<INDEPENDANT, DEPENDANT>) - Method in class org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy
-
- setLearner(OnlineLearner<INDEPENDANT, DEPENDANT>) - Method in interface org.openimaj.ml.linear.learner.init.ContextAwareInitStrategy
-
The
- setMatrix(Matrix) - Method in class org.openimaj.ml.linear.learner.init.HardCodedInitStrat
-
The matrix to init things to
- setSaveModel(File) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
-
Set whether to save the SVM model to disk.
- setTransform(Matrix) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
- setU(Matrix) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- setU(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- setW(Matrix) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- setW(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
-
- setWordCount(int, int) - Method in class org.openimaj.pgm.util.Document
-
sets a word in the document's count.
- setX(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
-
- setX(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
-
- setX(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
-
- setX(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
-
- setY(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
-
- setY(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
-
- setY(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
-
- setY(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
-
- SimpleCorpusReader - Class in org.openimaj.pgm.util
-
A corpus from a document whose lines are documents and whose words are
seperated by a space
- SimpleCorpusReader(InputStream) - Constructor for class org.openimaj.pgm.util.SimpleCorpusReader
-
- SimplePerceptron - Class in org.openimaj.ml.linear.learner.perceptron
-
- SimplePerceptron() - Constructor for class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
-
- SingleValueInitStrat - Class in org.openimaj.ml.linear.learner.init
-
- SingleValueInitStrat(double) - Constructor for class org.openimaj.ml.linear.learner.init.SingleValueInitStrat
-
- SingleValueInitStrat - Class in org.openimaj.ml.linear.learner.matlib.init
-
- SingleValueInitStrat(double) - Constructor for class org.openimaj.ml.linear.learner.matlib.init.SingleValueInitStrat
-
- size() - Method in class org.openimaj.ml.linear.data.MatlabFileDataGenerator
-
- size() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- size() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- size() - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
-
- size() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
-
- size() - Method in class org.openimaj.ml.timeseries.TimeSeries
-
- size() - Method in class org.openimaj.pgm.util.Corpus
-
- smf - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
-
- SparseOnesInitStrategy - Class in org.openimaj.ml.linear.learner.init
-
- SparseOnesInitStrategy(double, Random) - Constructor for class org.openimaj.ml.linear.learner.init.SparseOnesInitStrategy
-
- SparseRandomInitStrategy - Class in org.openimaj.ml.linear.learner.init
-
- SparseRandomInitStrategy(double, double, double, Random) - Constructor for class org.openimaj.ml.linear.learner.init.SparseRandomInitStrategy
-
- SparseRowOnesInitStrategy - Class in org.openimaj.ml.linear.learner.init
-
- SparseRowOnesInitStrategy(double, Random) - Constructor for class org.openimaj.ml.linear.learner.init.SparseRowOnesInitStrategy
-
- SparseRowRandomInitStrategy - Class in org.openimaj.ml.linear.learner.init
-
- SparseRowRandomInitStrategy(double, double, double, Random) - Constructor for class org.openimaj.ml.linear.learner.init.SparseRowRandomInitStrategy
-
- SparseSingleValueInitStrat - Class in org.openimaj.ml.linear.learner.init
-
- SparseSingleValueInitStrat(double) - Constructor for class org.openimaj.ml.linear.learner.init.SparseSingleValueInitStrat
-
- SparseSingleValueInitStrat - Class in org.openimaj.ml.linear.learner.matlib.init
-
- SparseSingleValueInitStrat(double) - Constructor for class org.openimaj.ml.linear.learner.matlib.init.SparseSingleValueInitStrat
-
- SparseZerosInitStrategy - Class in org.openimaj.ml.linear.learner.init
-
- SparseZerosInitStrategy() - Constructor for class org.openimaj.ml.linear.learner.init.SparseZerosInitStrategy
-
- SparseZerosInitStrategy - Class in org.openimaj.ml.linear.learner.matlib.init
-
- SparseZerosInitStrategy() - Constructor for class org.openimaj.ml.linear.learner.matlib.init.SparseZerosInitStrategy
-
- SquaredSummedDifferenceAggregator - Class in org.openimaj.ml.timeseries.aggregator
-
- SquaredSummedDifferenceAggregator() - Constructor for class org.openimaj.ml.timeseries.aggregator.SquaredSummedDifferenceAggregator
-
- SquareLossFunction - Class in org.openimaj.ml.linear.learner.loss
-
- SquareLossFunction() - Constructor for class org.openimaj.ml.linear.learner.loss.SquareLossFunction
-
- SquareMissingLossFunction - Class in org.openimaj.ml.linear.learner.loss
-
- SquareMissingLossFunction() - Constructor for class org.openimaj.ml.linear.learner.loss.SquareMissingLossFunction
-
- state - Variable in class org.openimaj.pgm.vb.lda.mle.LDAVariationlState
-
The current LDAModel (i.e.
- step(double[], double[], boolean) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
-
Perform a single update step of the SGD optimisation.
- StreamAustrianDampeningExperiments - Class in org.openimaj.ml.linear.experiments.sinabill
-
- StreamAustrianDampeningExperiments() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.StreamAustrianDampeningExperiments
-
- sum() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
-
- sum() - Method in interface org.openimaj.ml.timeseries.TimeSeriesArithmaticOperator
-
add together all time series data elements
- sumLoss(List<Pair<Matrix>>, Matrix, Matrix, Matrix, BilinearLearnerParameters) - Method in class org.openimaj.ml.linear.evaluation.MeanSumLossEvaluator
-
- sumLoss(List<Pair<Matrix>>, Matrix, Matrix, Matrix, BilinearLearnerParameters) - Method in class org.openimaj.ml.linear.evaluation.RootMeanSumLossEvaluator
-
- sumLoss(List<Pair<Matrix>>, Matrix, Matrix, Matrix, BilinearLearnerParameters) - Method in class org.openimaj.ml.linear.evaluation.SumLossEvaluator
-
- SumLossEvaluator - Class in org.openimaj.ml.linear.evaluation
-
- SumLossEvaluator() - Constructor for class org.openimaj.ml.linear.evaluation.SumLossEvaluator
-
- supportIndex - Variable in class org.openimaj.ml.linear.learner.perceptron.OISVM
-
- supports - Variable in class org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron
-
- supports - Variable in class org.openimaj.ml.linear.learner.perceptron.OISVM
-
- SVMAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.svm
-
Wraps the libsvm SVM and provides basic positive/negative
annotation for a single class.
- SVMAnnotator(FeatureExtractor<? extends FeatureVector, OBJECT>) - Constructor for class org.openimaj.ml.annotation.svm.SVMAnnotator
-
Constructor that takes the feature extractor to use.
- SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES,INTERNALSERIES>,INTERNALSERIES extends TimeSeries<ALLINPUT,SINGLEINPUT,INTERNALSERIES>> - Class in org.openimaj.ml.timeseries.collection
-
A collection of time series which share exactly the same time steps.
- SynchronisedTimeSeriesCollection() - Constructor for class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
initialise the underlying time series holder
- SynchronisedTimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,STSCOLLECTION extends SynchronisedTimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT> - Interface in org.openimaj.ml.timeseries.aggregator
-
A time series collection aggregators take as input a time series collection
and output a specified type
- terms - Variable in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
-
- test_backtrack(Matrix, Matrix, Matrix, double) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
-
- test_backtrack(Matrix, Matrix, Matrix, double) - Method in class org.openimaj.ml.linear.learner.loss.MatSquareLossFunction
-
- ThreadedMatrixMulti - Class in org.openimaj.math.matrix
-
Perform a multithreaded matrix multiplication
- ThreadedMatrixMulti() - Constructor for class org.openimaj.math.matrix.ThreadedMatrixMulti
-
- ThreadedMatrixMulti(int, int) - Constructor for class org.openimaj.math.matrix.ThreadedMatrixMulti
-
- threshold - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- ThresholdDoubleArrayKernelPerceptron - Class in org.openimaj.ml.linear.learner.perceptron
-
An implementation of a simple
KernelPerceptron which works with
double array inputs and is binary.
- ThresholdDoubleArrayKernelPerceptron(VectorKernel) - Constructor for class org.openimaj.ml.linear.learner.perceptron.ThresholdDoubleArrayKernelPerceptron
-
- ThresholdDoubleArrayKernelPerceptron(double, double, VectorKernel) - Constructor for class org.openimaj.ml.linear.learner.perceptron.ThresholdDoubleArrayKernelPerceptron
-
- times(Matrix, Matrix) - Method in class org.openimaj.math.matrix.ThreadedMatrixMulti
-
- times(double[][], double[][]) - Method in class org.openimaj.math.matrix.ThreadedMatrixMulti
-
- TimeSeries<DATA,SINGLE_TYPE,RETURNTYPE extends TimeSeries<DATA,SINGLE_TYPE,RETURNTYPE>> - Class in org.openimaj.ml.timeseries
-
A time series defines data at discrete points in time.
- TimeSeries() - Constructor for class org.openimaj.ml.timeseries.TimeSeries
-
- TimeSeriesArithmaticOperator<DATA,TS extends TimeSeries<?,DATA,TS>> - Interface in org.openimaj.ml.timeseries
-
An object which defines a set of arithmatic operations of the represented time series
- TimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends TimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES,INTERNALSERIES>,INTERNALSERIES extends TimeSeries<ALLINPUT,SINGLEINPUT,INTERNALSERIES>> - Class in org.openimaj.ml.timeseries.collection
-
A collection of time series which share exactly the same time steps.
- TimeSeriesCollection() - Constructor for class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
initialise the underlying time series holder
- TimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,TSCOLLECTION extends TimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT> - Interface in org.openimaj.ml.timeseries.aggregator
-
A time series collection aggregators take as input a time series collection
and output a specified type
- TimeSeriesCollectionAssignable<DATA,TS extends TimeSeries<?,DATA,TS>> - Interface in org.openimaj.ml.timeseries.collection
-
An object which can initialise a time series based on two java collections for time and data
- TimeSeriesConverter<INPUTALL,INPUTSINGLE,INPUTTS extends TimeSeries<INPUTALL,INPUTSINGLE,INPUTTS>,OUTPUTALL,OUTPUTSINGLE,OUTPUTTS extends TimeSeries<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS>> - Interface in org.openimaj.ml.timeseries.converter
-
- timeSeriesHolder - Variable in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
-
- TimeSeriesInterpolation - Class in org.openimaj.ml.timeseries.processor.interpolation
-
Interpolate values of a time series.
- TimeSeriesInterpolation() - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
-
The processor's times are set to default, i.e.
- TimeSeriesInterpolation(long, long, long) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
-
- TimeSeriesInterpolation(long, int, long) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
-
- TimeSeriesInterpolation(long, long, int) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
-
- TimeSeriesInterpolation(long[]) - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
-
- TimeSeriesProcessor<ALLDATA,SINGLEDATA,TIMESERIES extends TimeSeries<ALLDATA,SINGLEDATA,TIMESERIES>> - Interface in org.openimaj.ml.timeseries.processor
-
A time series processor alters a type of
TimeSeries in place.
- TimeSeriesSetException - Exception in org.openimaj.ml.timeseries
-
Thrown if time series are set with insufficient times/dates
- TimeSeriesSetException(String) - Constructor for exception org.openimaj.ml.timeseries.TimeSeriesSetException
-
Constructs a new TimeSeriesSetException with the given message.
- TimeSeriesSetException() - Constructor for exception org.openimaj.ml.timeseries.TimeSeriesSetException
-
Constructs a new TimeSeriesSetException with the default message.
- TimeSpanUtils - Class in org.openimaj.ml.timeseries.processor.interpolation.util
-
Some utility functions used by various
TimeSeries classes to get
arrays of spans of time
- TimeSpanUtils() - Constructor for class org.openimaj.ml.timeseries.processor.interpolation.util.TimeSpanUtils
-
- topicTotal - Variable in class org.openimaj.pgm.vb.lda.mle.LDAModel
-
The maximum likelihood sufficient statistics for estimation of Beta.
- topicWord - Variable in class org.openimaj.pgm.vb.lda.mle.LDAModel
-
The maximum likelihood sufficient statistics for estimation of Beta.
- toString() - Method in class org.openimaj.ml.annotation.ScoredAnnotation
-
- toString() - Method in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
-
- toString() - Method in class org.openimaj.ml.regression.LinearRegression
-
- toString() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
-
- toString() - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
-
- toString() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
-
- toString() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
-
- toString() - Method in class org.openimaj.ml.timeseries.TimeSeries
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
-
- train(Annotated<OBJECT, ANNOTATION>) - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
-
- train(List<? extends Annotated<O, A>>) - Method in class org.openimaj.ml.annotation.basic.util.FixedChooser
-
- train(List<? extends Annotated<O, A>>) - Method in interface org.openimaj.ml.annotation.basic.util.NumAnnotationsChooser
-
Train the chooser with the given data.
- train(List<? extends Annotated<O, A>>) - Method in class org.openimaj.ml.annotation.basic.util.PriorChooser
-
- train(List<? extends Annotated<O, A>>) - Method in class org.openimaj.ml.annotation.basic.util.RandomChooser
-
- train(GroupedDataset<ANNOTATION, ? extends ListDataset<OBJECT>, OBJECT>) - Method in class org.openimaj.ml.annotation.BatchAnnotator
-
Train the annotator with the given grouped dataset.
- train(Annotated<OBJECT, ANNOTATION>) - Method in class org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator
-
- train(Annotated<OBJECT, ANNOTATION>) - Method in class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
-
- train(Iterable<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.IncrementalAnnotator
-
Train the annotator with the given data.
- train(GroupedDataset<ANNOTATION, ? extends ListDataset<OBJECT>, OBJECT>) - Method in class org.openimaj.ml.annotation.IncrementalAnnotator
-
Train the annotator with the given grouped dataset.
- train(Annotated<OBJECT, ANNOTATION>) - Method in class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.linear.LiblinearAnnotator
-
- train(GroupedDataset<ANNOTATION, ? extends ListDataset<OBJECT>, OBJECT>) - Method in class org.openimaj.ml.annotation.linear.LiblinearAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.model.ModelAnnotator
-
- train(List<? extends Annotated<OBJECT, ANNOTATION>>) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
-
Train the object with the given data.
- train(List<? extends T>) - Method in interface org.openimaj.ml.training.BatchTrainer
-
Train the object with the given data.
- train(Iterable<? extends T>) - Method in interface org.openimaj.ml.training.IncrementalTrainer
-
Train the object with the given data.
- train(T) - Method in interface org.openimaj.ml.training.IncrementalTrainer
-
Train/update object using a new instance.
- trainMultiClass(GroupedDataset<ANNOTATION, ? extends ListDataset<OBJECT>, OBJECT>) - Method in class org.openimaj.ml.annotation.IncrementalAnnotator
-
Train the annotator with the given grouped dataset.
- transform - Variable in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
-
- v() - Method in enum org.openimaj.ml.linear.learner.perceptron.PerceptronClass
-
- valueOf(String) - Static method in enum org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openimaj.ml.annotation.linear.LiblinearAnnotator.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.KernelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.WindowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openimaj.ml.linear.data.BillMatlabFileDataGenerator.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openimaj.ml.linear.learner.perceptron.PerceptronClass
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openimaj.ml.annotation.linear.LiblinearAnnotator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.KernelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.WindowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openimaj.ml.linear.data.BillMatlabFileDataGenerator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openimaj.ml.linear.learner.perceptron.PerceptronClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- varGamma - Variable in class org.openimaj.pgm.vb.lda.mle.LDAVariationlState
-
the dirichlet parameter for the topic multinomials
- VectorKernel - Interface in org.openimaj.ml.linear.kernel
-
- vocabularySize() - Method in class org.openimaj.pgm.util.Corpus
-