Download distributedWekaBase-1.0.12.jar file

Introduction

You can download distributedWekaBase-1.0.12.jar in this page.

License

GNU General Public License 3

Type List

distributedWekaBase-1.0.12.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/nz.ac.waikato.cms.weka/distributedWekaBase/pom.properties
META-INF/maven/nz.ac.waikato.cms.weka/distributedWekaBase/pom.xml
com.clearspring.analytics.stream.quantile.GroupTree.class
com.clearspring.analytics.stream.quantile.TDigest.class
com.clearspring.analytics.util.AbstractIterator.class
com.clearspring.analytics.util.Lists.class
com.clearspring.analytics.util.Preconditions.class
distributed.core.DistributedJob.class
distributed.core.DistributedJobConfig.class
distributed.core.DistributedUtils.class
org.tc33.jheatchart.HeatChart.class
weka.classifiers.UpdateableBatchProcessor.class
weka.classifiers.evaluation.AggregateableEvaluationWithPriors.class
weka.classifiers.meta.AggregateableFilteredClassifier.class
weka.classifiers.meta.AggregateableFilteredClassifierUpdateable.class
weka.classifiers.meta.BatchPredictorVote.class
weka.classifiers.meta.FilteredClassifierUpdateable.class
weka.clusterers.CentroidSketch.class
weka.clusterers.ClusterUtils.class
weka.clusterers.InstanceWithCanopyAssignments.class
weka.clusterers.PreconstructedFilteredClusterer.class
weka.clusterers.PreconstructedKMeans.class
weka.core.ChartUtils.class
weka.core.Preconstructed.class
weka.core.StreamableFilterHelper.class
weka.core.WeightedReservoirSample.class
weka.core.converters.DFSConverterUtils.class
weka.core.stats.ArffSummaryNumericMetric.class
weka.core.stats.IncrementalQuantileEstimator.class
weka.core.stats.NominalStats.class
weka.core.stats.NumericAttributeBinData.class
weka.core.stats.NumericStats.class
weka.core.stats.QuantileCalculator.class
weka.core.stats.Stats.class
weka.core.stats.StringStats.class
weka.distributed.CSVToARFFHeaderMapTask.class
weka.distributed.CSVToARFFHeaderMapTaskBeanInfo.class
weka.distributed.CSVToARFFHeaderReduceTask.class
weka.distributed.CanopyMapTask.class
weka.distributed.CanopyReduceTask.class
weka.distributed.CorrelationMatrixMapTask.class
weka.distributed.CorrelationMatrixRowReduceTask.class
weka.distributed.DistributedWekaException.class
weka.distributed.KMeansMapTask.class
weka.distributed.KMeansMapTaskBeanInfo.class
weka.distributed.KMeansReduceTask.class
weka.distributed.WekaClassifierEvaluationMapTask.class
weka.distributed.WekaClassifierEvaluationReduceTask.class
weka.distributed.WekaClassifierMapTask.class
weka.distributed.WekaClassifierMapTaskBeanInfo.class
weka.distributed.WekaClassifierReduceTask.class
weka.distributed.WekaScoringMapTask.class
weka.distributed.clusterers.CanopyAssigner.class
weka.distributed.clusterers.CanopyBuilder.class
weka.filters.MakePreconstructedFilter.class
weka.filters.PreconstructedFilter.class
weka.filters.unsupervised.attribute.PreConstructedPCA.class
weka.filters.unsupervised.attribute.PreconstructedMissingValuesReplacer.class
weka.gui.beans.ClassifierProducer.class
weka.gui.beans.ClustererProducer.class
weka.gui.beans.FailureEvent.class
weka.gui.beans.FailureListener.class
weka.gui.beans.ImageProducer.class
weka.gui.beans.InstancesProducer.class
weka.gui.beans.KFIgnore.class
weka.gui.beans.SuccessEvent.class
weka.gui.beans.SuccessListener.class
weka.gui.beans.TextProducer.class

Pom

distributedWekaBase-1.0.12.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>

  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>distributedWekaBase</artifactId>
  <version>1.0.12</version>
  <packaging>jar</packaging>

  <name>distributedWekaBase</name>
  <description>
This package provides generic configuration class and distributed map/reduce style tasks for Weka
  </description>
  <url>http://weka.sourceforge.net/doc.packages/distributedWekaBase</url>
  <organization>
    <name>University of Waikato, Hamilton, NZ</name>
    <url>http://www.waikato.ac.nz/</url>
  </organization>
  <licenses>
    <license>
      <name>GNU General Public License 3</name>
      <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>mhall</id>
      <name>Mark Hall</name>
    </developer>
  </developers>

  <mailingLists>
    <mailingList>
      <name>wekalist</name>
      <subscribe>https://list.waikato.ac.nz/mailman/listinfo/wekalist</subscribe>
      <unsubscribe>https://list.waikato.ac.nz/mailman/listinfo/wekalist</unsubscribe>
      <archive>https://list.waikato.ac.nz/mailman/htdig/wekalist/</archive>
    </mailingList>
  </mailingLists>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <scm>
    <connection>scm:svn:https://svn.cms.waikato.ac.nz/svn/weka/tags/distributedWekaBase-1.0.12</connection>
    <developerConnection>scm:svn:https://svn.cms.waikato.ac.nz/svn/weka/tags/distributedWekaBase-1.0.12</developerConnection>
    <url>https://svn.cms.waikato.ac.nz/svn/weka/tags/distributedWekaBase-1.0.12</url>
  </scm>

  <profiles>
    <profile>
      <id>release-sign-artifacts</id>
      <activation>
        <property>
          <name>performRelease</name>
          <value>true</value>
        </property>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.1</version>
            <executions>
              <execution>
                <id>sign-artifacts</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <!-- used for skipping tests -->
      <id>no-tests</id>
      <properties>
        <skipTests>true</skipTests>
      </properties>
    </profile>
  </profiles>

  <dependencies>
    <dependency>
      <groupId>nz.ac.waikato.cms.weka</groupId>
      <artifactId>weka-dev</artifactId>
      <version>[3.7.11,)</version>
    </dependency>

    <dependency>
      <groupId>net.sf.opencsv</groupId>
      <artifactId>opencsv</artifactId>
      <version>2.3</version>
    </dependency>

    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jfreechart</artifactId>
      <version>1.0.13</version>
    </dependency>

    <dependency>
      <groupId>org.la4j</groupId>
      <artifactId>la4j</artifactId>
      <version>0.4.5</version>
    </dependency>

    <dependency>
      <groupId>colt</groupId>
      <artifactId>colt</artifactId>
      <version>1.2.0</version>
    </dependency>

    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
    </dependency>

    <dependency>
      <groupId>nz.ac.waikato.cms.weka</groupId>
      <artifactId>weka-dev</artifactId>
      <version>[3.7.11,)</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  </properties>

  <build>
    <directory>dist</directory>
    <outputDirectory>build/classes</outputDirectory>
    <testOutputDirectory>build/testcases</testOutputDirectory>

    <resources>
      <resource>
        <targetPath>${project.build.outputDirectory}</targetPath>
        <directory>${project.build.sourceDirectory}</directory>
        <includes>
          <include>**/*.arff</include>
          <include>**/*.cost</include>
          <include>**/*.cup</include>
          <include>**/*.default</include>
          <include>**/*.excludes</include>
          <include>**/*.flex</include>
          <include>**/*.gif</include>
          <include>**/*.icns</include>
          <include>**/*.ico</include>
          <include>**/*.jflex</include>
          <include>**/*.jpeg</include>
          <include>**/*.jpg</include>
          <include>**/*.kfml</include>
          <include>**/*.matrix</include>
          <include>**/*.png</include>
          <include>**/*.properties</include>
          <include>**/*.props</include>
          <include>**/*.txt</include>
          <include>**/*.xml</include>
          <include>**/DatabaseUtils.props.*</include>
          <include>weka/gui/beans/README</include>
        </includes>
      </resource>
      <resource>
        <targetPath>${project.build.testOutputDirectory}</targetPath>
        <directory>${project.build.testSourceDirectory}</directory>
        <includes>
          <include>**/*.arff</include>
          <include>**/*.cost</include>
          <include>**/*.cup</include>
          <include>**/*.default</include>
          <include>**/*.excludes</include>
          <include>**/*.flex</include>
          <include>**/*.gif</include>
          <include>**/*.icns</include>
          <include>**/*.ico</include>
          <include>**/*.jflex</include>
          <include>**/*.jpeg</include>
          <include>**/*.jpg</include>
          <include>**/*.kfml</include>
          <include>**/*.matrix</include>
          <include>**/*.png</include>
          <include>**/*.properties</include>
          <include>**/*.props</include>
          <include>**/*.txt</include>
          <include>**/*.xml</include>
          <include>**/DatabaseUtils.props.*</include>
          <include>weka/gui/beans/README</include>
        </includes>
      </resource>
    </resources>

    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0.2</version>
          <configuration>
            <source>1.6</source>
            <target>1.6</target>
          </configuration>
        </plugin>

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.7.2</version>
          <configuration>
            <includes>
              <include>**/*Test.java</include>
            </includes>
            <disableXmlReport>true</disableXmlReport>
            <redirectTestOutputToFile>true</redirectTestOutputToFile>
            <systemPropertyVariables>
              <weka.test.Regression.root>src/test/resources/wekarefs</weka.test.Regression.root>
	      <weka.test.maventest>true</weka.test.maventest>
	      <user.timezone>Pacific/Auckland</user.timezone>
            </systemPropertyVariables>
          </configuration>
        </plugin>

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.1</version>
          <configuration>
            <tagBase>https://svn.cms.waikato.ac.nz/svn/weka/tags</tagBase>
            <useReleaseProfile>false</useReleaseProfile>
            <!-- tests are performed with the ant build file, hence skipped here. -->
            <preparationGoals>clean verify -P no-tests</preparationGoals>
            <goals>deploy -P no-tests</goals> 
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>

    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-clean-plugin</artifactId>
        <version>2.4.1</version>
        <configuration>
          <filesets>
            <fileset>
              <directory>.</directory>
              <includes>
                <include>**/*~</include>
                <include>**/.attach_pid*</include>
                <include>**/hs_err_pid*</include>
              </includes>
              <followSymlinks>false</followSymlinks>
            </fileset>
          </filesets>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.3.2</version>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.2</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
            <configuration>
              <excludeResources>true</excludeResources>
            </configuration>
          </execution>
          <execution>
            <id>attach-test-sources</id>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.8.1</version>
        <configuration>
          <maxmemory>256m</maxmemory>
          <subpackages>weka:org</subpackages>
          <show>public</show>
          <outputDirectory>${project.basedir}/doc</outputDirectory>
        </configuration>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>nz.ac.waikato.cms.weka</groupId>
   <artifactId>distributedWekaBase</artifactId>
   <version>1.0.12</version>
</dependency>

Download

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



Download distributedWekaBase-1.0.12.jar file




PreviousNext

Related