jar

org.openimaj : machine-learning

Maven & Gradle

Feb 09, 2020
10 usages
282 stars

The OpenIMAJ General Machine Learning Library · The OpenIMAJ Machine Learning Library contains implementations of optimised machine learning techniques that can be applied to OpenIMAJ structures and features.

Table Of Contents

Latest Version

Download org.openimaj : machine-learning JAR file - Latest Versions:

All Versions

Download org.openimaj : machine-learning JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window machine-learning-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openimaj.ml.annotation.utils

├─ org.openimaj.ml.annotation.utils.AnnotatedListHelper.class - [JAR]

├─ org.openimaj.ml.annotation.utils.LiblinearHelper.class - [JAR]

org.openimaj.ml.timeseries.processor.interpolation

├─ org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation.class - [JAR]

org.openimaj.ml.training

├─ org.openimaj.ml.training.BatchTrainer.class - [JAR]

├─ org.openimaj.ml.training.IncrementalTrainer.class - [JAR]

org.openimaj.ml.linear.data

├─ org.openimaj.ml.linear.data.BiconvexDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.BiconvexIncrementalDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.BillMatlabFileDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.DataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.FixedDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.LinearPerceptronDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.MatlabFileDataGenerator.class - [JAR]

├─ org.openimaj.ml.linear.data.MatrixDataGenerator.class - [JAR]

org.openimaj.ml.linear.learner.matlib.init

├─ org.openimaj.ml.linear.learner.matlib.init.InitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.init.SingleValueInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.init.SparseSingleValueInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.init.SparseZerosInitStrategy.class - [JAR]

org.openimaj.ml.linear.learner.perceptron

├─ org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.KernelPerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.MarginMeanCenteredPerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.MeanCenteredKernelPerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.MeanCenteredProjectron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.OISVM.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.PerceptronClass.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.PlusOneDoubleArrayKernelPerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.Projectron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.SimplePerceptron.class - [JAR]

├─ org.openimaj.ml.linear.learner.perceptron.ThresholdDoubleArrayKernelPerceptron.class - [JAR]

org.openimaj.ml.timeseries.processor

├─ org.openimaj.ml.timeseries.processor.GaussianTimeSeriesProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.IntervalSummationProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.LinearRegressionProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.MovingAverageProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.TimeSeriesProcessor.class - [JAR]

├─ org.openimaj.ml.timeseries.processor.WindowedLinearRegressionProcessor.class - [JAR]

org.openimaj.ml.linear.kernel

├─ org.openimaj.ml.linear.kernel.Kernel.class - [JAR]

├─ org.openimaj.ml.linear.kernel.LinearVectorKernel.class - [JAR]

├─ org.openimaj.ml.linear.kernel.VectorKernel.class - [JAR]

org.openimaj.ml.regression

├─ org.openimaj.ml.regression.LinearRegression.class - [JAR]

org.openimaj.ml.timeseries.series

├─ org.openimaj.ml.timeseries.series.ConcreteTimeSeries.class - [JAR]

├─ org.openimaj.ml.timeseries.series.DoubleSynchronisedTimeSeriesCollection.class - [JAR]

├─ org.openimaj.ml.timeseries.series.DoubleTimeSeries.class - [JAR]

├─ org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection.class - [JAR]

├─ org.openimaj.ml.timeseries.series.DoubleTimeSeriesProvider.class - [JAR]

org.openimaj.ml.timeseries.collection

├─ org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection.class - [JAR]

├─ org.openimaj.ml.timeseries.collection.TimeSeriesCollection.class - [JAR]

├─ org.openimaj.ml.timeseries.collection.TimeSeriesCollectionAssignable.class - [JAR]

org.openimaj.pgm.vb.lda.mle

├─ org.openimaj.pgm.vb.lda.mle.LDABetaInitStrategy.class - [JAR]

├─ org.openimaj.pgm.vb.lda.mle.LDALearner.class - [JAR]

├─ org.openimaj.pgm.vb.lda.mle.LDAModel.class - [JAR]

├─ org.openimaj.pgm.vb.lda.mle.LDAVariationlState.class - [JAR]

org.openimaj.ml.annotation.basic

├─ org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.basic.KNNAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.basic.UniformRandomAnnotator.class - [JAR]

org.openimaj.ml.annotation.basic.util

├─ org.openimaj.ml.annotation.basic.util.FixedChooser.class - [JAR]

├─ org.openimaj.ml.annotation.basic.util.NumAnnotationsChooser.class - [JAR]

├─ org.openimaj.ml.annotation.basic.util.PriorChooser.class - [JAR]

├─ org.openimaj.ml.annotation.basic.util.RandomChooser.class - [JAR]

org.openimaj.ml.kernel

├─ org.openimaj.ml.kernel.HomogeneousKernelMap.class - [JAR]

org.openimaj.ml.linear.evaluation

├─ org.openimaj.ml.linear.evaluation.BilinearEvaluator.class - [JAR]

├─ org.openimaj.ml.linear.evaluation.MeanSumLossEvaluator.class - [JAR]

├─ org.openimaj.ml.linear.evaluation.RootMeanSumLossEvaluator.class - [JAR]

├─ org.openimaj.ml.linear.evaluation.SumLossEvaluator.class - [JAR]

org.openimaj.ml.annotation

├─ org.openimaj.ml.annotation.AbstractAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.Annotated.class - [JAR]

├─ org.openimaj.ml.annotation.AnnotatedObject.class - [JAR]

├─ org.openimaj.ml.annotation.Annotator.class - [JAR]

├─ org.openimaj.ml.annotation.BatchAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.IncrementalAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.RestrictedAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.ScoredAnnotation.class - [JAR]

org.openimaj.ml.pca

├─ org.openimaj.ml.pca.FeatureVectorPCA.class - [JAR]

org.openimaj.ml.linear.learner.matlib.regul

├─ org.openimaj.ml.linear.learner.matlib.regul.L1L2Regulariser.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.regul.L1Regulariser.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.regul.Regulariser.class - [JAR]

org.openimaj.ml.annotation.svm

├─ org.openimaj.ml.annotation.svm.SVMAnnotator.class - [JAR]

org.openimaj.ml.linear.experiments.sinabill

├─ org.openimaj.ml.linear.experiments.sinabill.ArrayIndexComparator.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.AustrianWordExperiments.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BilinearLearnerParametersLineSearch.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BillAustrianDampeningExperiments.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BillAustrianExperiments.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BillAustrianExperimentsNormalised.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.BillWordInvestigation.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.LambdaSearchAustrian.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.RegretExperiment.class - [JAR]

├─ org.openimaj.ml.linear.experiments.sinabill.StreamAustrianDampeningExperiments.class - [JAR]

org.openimaj.ml.timeseries

├─ org.openimaj.ml.timeseries.IncompatibleTimeSeriesException.class - [JAR]

├─ org.openimaj.ml.timeseries.TimeSeries.class - [JAR]

├─ org.openimaj.ml.timeseries.TimeSeriesArithmaticOperator.class - [JAR]

├─ org.openimaj.ml.timeseries.TimeSeriesSetException.class - [JAR]

org.openimaj.ml.linear.learner

├─ org.openimaj.ml.linear.learner.BilinearLearnerParameters.class - [JAR]

├─ org.openimaj.ml.linear.learner.BilinearSparseFISTALearner.class - [JAR]

├─ org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner.class - [JAR]

├─ org.openimaj.ml.linear.learner.BilinearUnmixedSparseOnlineLearner.class - [JAR]

├─ org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner.class - [JAR]

├─ org.openimaj.ml.linear.learner.LearningParameters.class - [JAR]

├─ org.openimaj.ml.linear.learner.OnlineLearner.class - [JAR]

org.openimaj.ml.timeseries.processor.interpolation.util

├─ org.openimaj.ml.timeseries.processor.interpolation.util.TimeSpanUtils.class - [JAR]

org.openimaj.ml.linear.learner.loss

├─ org.openimaj.ml.linear.learner.loss.LossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.loss.MatLossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.loss.MatSquareLossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.loss.SquareLossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.loss.SquareMissingLossFunction.class - [JAR]

org.openimaj.pgm.util

├─ org.openimaj.pgm.util.Corpus.class - [JAR]

├─ org.openimaj.pgm.util.CorpusReader.class - [JAR]

├─ org.openimaj.pgm.util.Document.class - [JAR]

├─ org.openimaj.pgm.util.SimpleCorpusReader.class - [JAR]

org.openimaj.ml.linear.projection

├─ org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction.class - [JAR]

org.openimaj.ml.linear.learner.matlib

├─ org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner.class - [JAR]

org.openimaj.ml.linear.learner.init

├─ org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.ContextAwareInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.CurrentUMean.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.CurrentValueMean.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.CurrentWMean.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.FirstValueInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.HardCodedInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.InitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.MatlabFileInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.OnesInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.OnesZeroRowInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.RandomInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SingleValueInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseOnesInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseRandomInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseRowOnesInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseRowRandomInitStrategy.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseSingleValueInitStrat.class - [JAR]

├─ org.openimaj.ml.linear.learner.init.SparseZerosInitStrategy.class - [JAR]

org.openimaj.ml.annotation.linear

├─ org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.linear.LiblinearAnnotator.class - [JAR]

├─ org.openimaj.ml.annotation.linear.LinearSVMAnnotator.class - [JAR]

org.openimaj.ml.annotation.bayes

├─ org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator.class - [JAR]

org.openimaj.ml.timeseries.converter

├─ org.openimaj.ml.timeseries.converter.DoubleProviderTimeSeriesConverter.class - [JAR]

├─ org.openimaj.ml.timeseries.converter.TimeSeriesConverter.class - [JAR]

org.openimaj.ml.annotation.model

├─ org.openimaj.ml.annotation.model.ModelAnnotator.class - [JAR]

org.openimaj.ml.timeseries.aggregator

├─ org.openimaj.ml.timeseries.aggregator.MeanSquaredDifferenceAggregator.class - [JAR]

├─ org.openimaj.ml.timeseries.aggregator.SquaredSummedDifferenceAggregator.class - [JAR]

├─ org.openimaj.ml.timeseries.aggregator.SynchronisedTimeSeriesCollectionAggregator.class - [JAR]

├─ org.openimaj.ml.timeseries.aggregator.TimeSeriesCollectionAggregator.class - [JAR]

├─ org.openimaj.ml.timeseries.aggregator.WindowedLinearRegressionAggregator.class - [JAR]

org.openimaj.ml.linear.learner.matlib.loss

├─ org.openimaj.ml.linear.learner.matlib.loss.LossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction.class - [JAR]

├─ org.openimaj.ml.linear.learner.matlib.loss.MatSquareLossFunction.class - [JAR]

org.openimaj.ml.annotation.evaluation

├─ org.openimaj.ml.annotation.evaluation.AnnotationEvaluator.class - [JAR]

org.openimaj.math.matrix

├─ org.openimaj.math.matrix.ThreadedMatrixMulti.class - [JAR]

org.openimaj.ml.dataset

├─ org.openimaj.ml.dataset.WineDataset.class - [JAR]

org.openimaj.ml.linear.learner.regul

├─ org.openimaj.ml.linear.learner.regul.L1L2Regulariser.class - [JAR]

├─ org.openimaj.ml.linear.learner.regul.L1Regulariser.class - [JAR]

├─ org.openimaj.ml.linear.learner.regul.Regulariser.class - [JAR]

Advertisement

Dependencies from Group

Feb 09, 2020
45 usages
Feb 09, 2020
34 usages
Feb 09, 2020
29 usages
Feb 09, 2020
29 usages
Feb 09, 2020
27 usages

Discover Dependencies

Mar 14, 2022
15 usages
835 stars
Oct 25, 2022
9 usages
18 stars
Feb 22, 2017
19 usages
Jul 18, 2023
21 usages
3k stars
Jun 01, 2022
37 usages
186 stars
May 20, 2010
8 usages
Dec 10, 2014
Jan 11, 2019
14 usages
2.4k stars
Oct 12, 2009
27 usages