You can download canova-api-0.0.0.5.jar in this page.
Apache License
canova-api-0.0.0.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.nd4j/canova-api/pom.properties META-INF/maven/org.nd4j/canova-api/pom.xml org.canova.api.berkeley.Counter.class org.canova.api.berkeley.CounterMap.class org.canova.api.berkeley.Factory.class org.canova.api.berkeley.Filter.class org.canova.api.berkeley.Iterators.class org.canova.api.berkeley.MapFactory.class org.canova.api.berkeley.MyMethod.class org.canova.api.berkeley.Pair.class org.canova.api.berkeley.PriorityQueue.class org.canova.api.berkeley.PriorityQueueInterface.class org.canova.api.berkeley.SloppyMath.class org.canova.api.berkeley.StringUtils.class org.canova.api.berkeley.Triple.class org.canova.api.conf.Configurable.class org.canova.api.conf.Configuration.class org.canova.api.conf.Configured.class org.canova.api.exceptions.CanovaException.class org.canova.api.exceptions.UnknownFormatException.class org.canova.api.formats.input.BaseInputFormat.class org.canova.api.formats.input.InputFormat.class org.canova.api.formats.input.impl.CSVInputFormat.class org.canova.api.formats.input.impl.LibSvmInputFormat.class org.canova.api.formats.input.impl.LineInputFormat.class org.canova.api.formats.input.impl.MatlabInputFormat.class org.canova.api.formats.input.impl.SVMLightInputFormat.class org.canova.api.formats.output.OutputFormat.class org.canova.api.formats.output.impl.CSVOutputFormat.class org.canova.api.formats.output.impl.LibSvmOutputFormat.class org.canova.api.formats.output.impl.LineOutputFormat.class org.canova.api.formats.output.impl.SVMLightOutputFormat.class org.canova.api.io.BinaryComparable.class org.canova.api.io.DataInputBuffer.class org.canova.api.io.DataOutputBuffer.class org.canova.api.io.RawComparator.class org.canova.api.io.WritableComparable.class org.canova.api.io.WritableComparator.class org.canova.api.io.WritableConverter.class org.canova.api.io.WritableUtils.class org.canova.api.io.converters.DoubleWritableConverter.class org.canova.api.io.converters.FloatWritableConverter.class org.canova.api.io.converters.LabelWriterConverter.class org.canova.api.io.converters.SelfWritableConverter.class org.canova.api.io.converters.WritableConverterException.class org.canova.api.io.data.BooleanWritable.class org.canova.api.io.data.ByteWritable.class org.canova.api.io.data.DoubleWritable.class org.canova.api.io.data.FloatWritable.class org.canova.api.io.data.IntWritable.class org.canova.api.io.data.LongWritable.class org.canova.api.io.data.Text.class org.canova.api.io.serializers.Deserializer.class org.canova.api.io.serializers.Serialization.class org.canova.api.io.serializers.SerializationFactory.class org.canova.api.io.serializers.Serializer.class org.canova.api.records.Buffer.class org.canova.api.records.Index.class org.canova.api.records.Utils.class org.canova.api.records.reader.LibSvm.class org.canova.api.records.reader.RecordReader.class org.canova.api.records.reader.SequenceRecordReader.class org.canova.api.records.reader.factory.RecordReaderFactory.class org.canova.api.records.reader.factory.RecordWriterFactory.class org.canova.api.records.reader.impl.CSVRecordReader.class org.canova.api.records.reader.impl.CollectionRecordReader.class org.canova.api.records.reader.impl.ComposableRecordReader.class org.canova.api.records.reader.impl.FileRecordReader.class org.canova.api.records.reader.impl.LibSvmRecordReader.class org.canova.api.records.reader.impl.LineRecordReader.class org.canova.api.records.reader.impl.MatlabRecordReader.class org.canova.api.records.reader.impl.SVMLightRecordReader.class org.canova.api.records.writer.RecordWriter.class org.canova.api.records.writer.impl.CSVRecordWriter.class org.canova.api.records.writer.impl.FileRecordWriter.class org.canova.api.records.writer.impl.LibSvmRecordWriter.class org.canova.api.records.writer.impl.LineRecordWriter.class org.canova.api.records.writer.impl.MatlabRecordWriter.class org.canova.api.records.writer.impl.SVMLightRecordWriter.class org.canova.api.split.BaseInputSplit.class org.canova.api.split.FileSplit.class org.canova.api.split.InputSplit.class org.canova.api.split.InputStreamInputSplit.class org.canova.api.split.StringSplit.class org.canova.api.util.ArchiveUtils.class org.canova.api.util.Index.class org.canova.api.util.MathUtils.class org.canova.api.util.MultiDimensionalMap.class org.canova.api.util.MultiDimensionalSet.class org.canova.api.util.RecordUtils.class org.canova.api.util.ReflectionUtils.class org.canova.api.util.SetUtils.class org.canova.api.util.StringUtils.class org.canova.api.vector.Vectorizer.class org.canova.api.writable.Writable.class org.canova.api.writable.Writables.class
canova-api-0.0.0.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ /* ~ * ~ * * Copyright 2015 Skymind,Inc. ~ * * ~ * * Licensed under the Apache License, Version 2.0 (the "License"); ~ * * you may not use this file except in compliance with the License. ~ * * You may obtain a copy of the License at ~ * * ~ * * http://www.apache.org/licenses/LICENSE-2.0 ~ * * ~ * * Unless required by applicable law or agreed to in writing, software ~ * * distributed under the License is distributed on an "AS IS" BASIS, ~ * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ * * See the License for the specific language governing permissions and ~ * * limitations under the License. ~ * ~ */ --> <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"> <parent> <artifactId>canova-parent</artifactId> <groupId>org.nd4j</groupId> <version>0.0.0.5</version> </parent> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> <artifactId>canova-api</artifactId> <properties> <jackson.version>2.5.1</jackson.version> </properties> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> <!-- <version>2.3.2</version> --> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.2.5.RELEASE</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.nd4j</groupId> <artifactId>canova-api</artifactId> <version>0.0.0.5</version> </dependency>
If you think the following canova-api-0.0.0.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download canova-api-0.0.0.5.jar file