Download core-math-1.3.5.jar file

Introduction

You can download core-math-1.3.5.jar in this page.

License

Open Source

Type List

core-math-1.3.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/core-math/pom.properties
META-INF/maven/org.openimaj/core-math/pom.xml
no.uib.cipr.matrix.EconomySVD.class
org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm.class
org.openimaj.math.geometry.GeometricObject2d.class
org.openimaj.math.geometry.line.Line2d.class
org.openimaj.math.geometry.path.Path2d.class
org.openimaj.math.geometry.path.Polyline.class
org.openimaj.math.geometry.path.resample.LinearResampler.class
org.openimaj.math.geometry.point.AbstractPoint2d.class
org.openimaj.math.geometry.point.Coordinate.class
org.openimaj.math.geometry.point.PayloadCoordinate.class
org.openimaj.math.geometry.point.Point2d.class
org.openimaj.math.geometry.point.Point2dImpl.class
org.openimaj.math.geometry.point.Point3d.class
org.openimaj.math.geometry.point.Point3dImpl.class
org.openimaj.math.geometry.point.PointList.class
org.openimaj.math.geometry.point.PointListConnections.class
org.openimaj.math.geometry.shape.Circle.class
org.openimaj.math.geometry.shape.Ellipse.class
org.openimaj.math.geometry.shape.EllipseAreaOfIntersection.class
org.openimaj.math.geometry.shape.EllipseUtilities.class
org.openimaj.math.geometry.shape.PointDistributionModel.class
org.openimaj.math.geometry.shape.Polygon.class
org.openimaj.math.geometry.shape.Rectangle.class
org.openimaj.math.geometry.shape.Rectangle3D.class
org.openimaj.math.geometry.shape.RotatedRectangle.class
org.openimaj.math.geometry.shape.Shape.class
org.openimaj.math.geometry.shape.Triangle.class
org.openimaj.math.geometry.shape.TriangulatedPolygon.class
org.openimaj.math.geometry.shape.algorithm.ConvexityDefect.class
org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis.class
org.openimaj.math.geometry.shape.algorithm.ProcrustesAnalysis.class
org.openimaj.math.geometry.shape.util.GrahamScan.class
org.openimaj.math.geometry.shape.util.PolygonUtils.class
org.openimaj.math.geometry.shape.util.RotatingCalipers.class
org.openimaj.math.geometry.shape.util.polygon.AetTree.class
org.openimaj.math.geometry.shape.util.polygon.BundleState.class
org.openimaj.math.geometry.shape.util.polygon.EdgeNode.class
org.openimaj.math.geometry.shape.util.polygon.EdgeTable.class
org.openimaj.math.geometry.shape.util.polygon.HState.class
org.openimaj.math.geometry.shape.util.polygon.ItNode.class
org.openimaj.math.geometry.shape.util.polygon.LmtNode.class
org.openimaj.math.geometry.shape.util.polygon.LmtTable.class
org.openimaj.math.geometry.shape.util.polygon.OperationType.class
org.openimaj.math.geometry.shape.util.polygon.PolygonNode.class
org.openimaj.math.geometry.shape.util.polygon.ScanBeamTree.class
org.openimaj.math.geometry.shape.util.polygon.ScanBeamTreeEntries.class
org.openimaj.math.geometry.shape.util.polygon.StNode.class
org.openimaj.math.geometry.shape.util.polygon.TopPolygonNode.class
org.openimaj.math.geometry.shape.util.polygon.VertexNode.class
org.openimaj.math.geometry.shape.util.polygon.VertexType.class
org.openimaj.math.geometry.transforms.AffineTransformModel.class
org.openimaj.math.geometry.transforms.AffineTransformModel3d.class
org.openimaj.math.geometry.transforms.FundamentalModel.class
org.openimaj.math.geometry.transforms.FundamentalRefinement.class
org.openimaj.math.geometry.transforms.HomographyModel.class
org.openimaj.math.geometry.transforms.HomographyRefinement.class
org.openimaj.math.geometry.transforms.MatrixTransformProvider.class
org.openimaj.math.geometry.transforms.NullModel.class
org.openimaj.math.geometry.transforms.RigidTransformModel3d.class
org.openimaj.math.geometry.transforms.TransformUtilities.class
org.openimaj.math.geometry.transforms.check.ConvexityCheck2D.class
org.openimaj.math.geometry.transforms.check.OrientationCheck2D.class
org.openimaj.math.geometry.transforms.check.TransformMatrixConditionCheck.class
org.openimaj.math.geometry.transforms.estimation.RobustAffineTransformEstimator.class
org.openimaj.math.geometry.transforms.estimation.RobustFundamentalEstimator.class
org.openimaj.math.geometry.transforms.estimation.RobustHomographyEstimator.class
org.openimaj.math.geometry.transforms.estimation.sampling.BucketingSampler2d.class
org.openimaj.math.geometry.transforms.residuals.AlgebraicResidual2d.class
org.openimaj.math.geometry.transforms.residuals.SingleImageTransferResidual2d.class
org.openimaj.math.geometry.transforms.residuals.SymmetricTransferResidual2d.class
org.openimaj.math.geometry.transforms.residuals.TransformedSITR2d.class
org.openimaj.math.geometry.triangulation.DelaunayTriangulator.class
org.openimaj.math.geometry.triangulation.Voronoi.class
org.openimaj.math.graph.SimpleEdge.class
org.openimaj.math.graph.SimpleWeightedEdge.class
org.openimaj.math.graph.algorithm.CharikarDensestSubgraph.class
org.openimaj.math.matrix.CFMatrixUtils.class
org.openimaj.math.matrix.DiagonalMatrix.class
org.openimaj.math.matrix.EigenValueVectorPair.class
org.openimaj.math.matrix.GeneralisedEigenvalueProblem.class
org.openimaj.math.matrix.GramSchmidtProcess.class
org.openimaj.math.matrix.JamaDenseMatrix.class
org.openimaj.math.matrix.MatlibMatrixUtils.class
org.openimaj.math.matrix.MatrixUtils.class
org.openimaj.math.matrix.MeanVector.class
org.openimaj.math.matrix.PseudoInverse.class
org.openimaj.math.matrix.ReadWriteableMatrix.class
org.openimaj.math.matrix.ThinSingularValueDecomposition.class
org.openimaj.math.matrix.UpdateableCholeskyDecomposition.class
org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis.class
org.openimaj.math.matrix.algorithm.pca.CovarPrincipalComponentAnalysis.class
org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis.class
org.openimaj.math.matrix.algorithm.pca.SvdPrincipalComponentAnalysis.class
org.openimaj.math.matrix.algorithm.pca.ThinSvdPrincipalComponentAnalysis.class
org.openimaj.math.matrix.algorithm.whitening.PCAWhitening.class
org.openimaj.math.matrix.algorithm.whitening.WhiteningTransform.class
org.openimaj.math.matrix.algorithm.whitening.ZCAWhitening.class
org.openimaj.math.matrix.similarity.SimilarityMatrix.class
org.openimaj.math.matrix.similarity.processor.InvertData.class
org.openimaj.math.matrix.similarity.processor.MultidimensionalScaling.class
org.openimaj.math.matrix.similarity.processor.NormaliseData.class
org.openimaj.math.matrix.similarity.processor.SimilarityMatrixProcessor.class
org.openimaj.math.matrix.similarity.processor.Threshold.class
org.openimaj.math.model.EstimatableModel.class
org.openimaj.math.model.GaussianVectorNaiveBayesModel.class
org.openimaj.math.model.LeastSquaresLinearModel.class
org.openimaj.math.model.Model.class
org.openimaj.math.model.UnivariateGaussianNaiveBayesModel.class
org.openimaj.math.model.fit.LMedS.class
org.openimaj.math.model.fit.ModelFitting.class
org.openimaj.math.model.fit.RANSAC.class
org.openimaj.math.model.fit.RobustModelFitting.class
org.openimaj.math.model.fit.SimpleModelFitting.class
org.openimaj.math.model.fit.residuals.AbstractResidualCalculator.class
org.openimaj.math.model.fit.residuals.DistanceComparatorResidual.class
org.openimaj.math.model.fit.residuals.ResidualCalculator.class
org.openimaj.math.statistics.MeanAndCovariance.class
org.openimaj.math.statistics.distribution.AbstractMultivariateDistribution.class
org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian.class
org.openimaj.math.statistics.distribution.CachingMultivariateGaussian.class
org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian.class
org.openimaj.math.statistics.distribution.FullMultivariateGaussian.class
org.openimaj.math.statistics.distribution.MixtureOfGaussians.class
org.openimaj.math.statistics.distribution.MultivariateDistribution.class
org.openimaj.math.statistics.distribution.MultivariateGaussian.class
org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate.class
org.openimaj.math.statistics.distribution.SphericalMultivariateGaussian.class
org.openimaj.math.statistics.distribution.kernel.StandardUnivariateKernels.class
org.openimaj.math.statistics.distribution.kernel.UnivariateKernel.class
org.openimaj.math.statistics.distribution.metrics.GaussianKLDivergence.class
org.openimaj.math.statistics.distribution.metrics.SampledMultivariateDistanceComparator.class
org.openimaj.math.statistics.normalisation.Denormaliser.class
org.openimaj.math.statistics.normalisation.Normaliser.class
org.openimaj.math.statistics.normalisation.PerExampleMeanCenter.class
org.openimaj.math.statistics.normalisation.PerExampleMeanCenterVar.class
org.openimaj.math.statistics.normalisation.TrainableNormaliser.class
org.openimaj.math.statistics.normalisation.ZScore.class
org.openimaj.math.util.Complex.class
org.openimaj.math.util.DoubleArrayStatsUtils.class
org.openimaj.math.util.FloatArrayStatsUtils.class
org.openimaj.math.util.Interpolation.class
org.openimaj.math.util.MathUtils.class
org.openimaj.math.util.QuadraticEquation.class
org.openimaj.math.util.RunningStat.class
org.openimaj.math.util.distance.DistanceCheck.class
org.openimaj.math.util.distance.HammingUtils.class
org.openimaj.math.util.distance.ModelDistanceCheck.class
org.openimaj.math.util.distance.ThresholdDistanceCheck.class

Pom

core-math-1.3.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>openimaj-core-libs</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.5</version>
    <relativePath>../</relativePath>
  </parent>
  <artifactId>core-math</artifactId>
  <name>The OpenIMAJ Core Math Library</name>
  <inceptionYear>2011</inceptionYear>
  <description>
		Mathematical implementations including geometric, matrix and statistical operators. 
  </description>
  <dependencies>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>gov.nist.math</groupId>
      <artifactId>jama</artifactId>
      <version>1.0.3</version>
    </dependency>
    <dependency>
  <groupId>org.la4j</groupId>
  <artifactId>la4j</artifactId>
  <version>0.4.0</version>
</dependency>
    <dependency>
      <groupId>com.googlecode.matrix-toolkits-java</groupId>
      <artifactId>mtj</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>net.sf.jafama</groupId>
      <artifactId>JaFaMa</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jgrapht</groupId>
      <artifactId>jgrapht</artifactId>
      <version>0.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>MatrixLib</artifactId>
      <version>1.3.5</version>
    </dependency>
    <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-common-core</artifactId>
      <version>3.3.0</version>
			<exclusions>
				<exclusion>
					<groupId>com.thoughtworks.xstream</groupId>
					<artifactId>xstream</artifactId>
				</exclusion>
			</exclusions>
    </dependency>
		<dependency>
			<groupId>com.thoughtworks.xstream</groupId>
			<artifactId>xstream</artifactId>
			<version>1.4.3</version>
		</dependency>
    <!-- <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-common-data</artifactId>
      <version>3.3.0</version>
    </dependency> -->
    <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-learning-core</artifactId>
      <version>3.3.0</version>
    </dependency>
    <!-- <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-text-core</artifactId>
      <version>3.3.0</version>
    </dependency>
    <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-framework-core</artifactId>
      <version>3.3.0</version>
    </dependency>
    <dependency>
      <groupId>gov.sandia.foundry</groupId>
      <artifactId>gov-sandia-cognition-framework-learning</artifactId>
      <version>3.3.0</version>
    </dependency> -->
    <dependency>
      <groupId>net.sourceforge.jmatio</groupId>
      <artifactId>jmatio</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>3.3</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <argLine>-Xmx1G -Djava.awt.headless=true</argLine>
          <!-- <parallel>classes</parallel>
 		            <perCoreThreadCount>2</perCoreThreadCount> -->
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>core-math</artifactId>
   <version>1.3.5</version>
</dependency>

Download

If you think the following core-math-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download core-math-1.3.5.jar file




PreviousNext

Related