You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2015/04/08 01:59:38 UTC

[3/5] mahout git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/f63ee5fd
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f63ee5fd
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f63ee5fd

Branch: refs/heads/master
Commit: f63ee5fdde0f35ecd5a851c9122f5195befc9348
Parents: 92bdcf8 670a7d2
Author: Andrew Musselman <ak...@apache.org>
Authored: Mon Apr 6 20:38:48 2015 -0700
Committer: Andrew Musselman <ak...@apache.org>
Committed: Mon Apr 6 20:38:48 2015 -0700

----------------------------------------------------------------------
 .../mahout/classifier/NewsgroupHelper.java      |   2 +-
 integration/pom.xml                             |  10 +
 .../mahout/text/LuceneSegmentInputFormat.java   |   4 +-
 .../mahout/text/LuceneSegmentInputSplit.java    |   4 +-
 .../mahout/text/LuceneSegmentRecordReader.java  |   3 +-
 .../mahout/text/LuceneStorageConfiguration.java |   4 +-
 .../text/MailArchivesClusteringAnalyzer.java    |  22 +-
 .../text/ReadOnlyFileSystemDirectory.java       | 354 -------------------
 .../text/SequenceFilesFromLuceneStorage.java    |   1 -
 .../SequenceFilesFromLuceneStorageDriver.java   |   3 +-
 .../SequenceFilesFromMailArchivesMapper.java    |  29 +-
 .../text/wikipedia/WikipediaAnalyzer.java       |  10 +-
 .../mahout/utils/regex/AnalyzerTransformer.java |   2 +-
 .../mahout/common/lucene/AnalyzerUtils.java     |   4 +-
 .../encoders/InteractionValueEncoder.java       |   6 +-
 .../mahout/classifier/ConfusionMatrixTest.java  |   4 +-
 .../classifier/df/DecisionForestTest.java       |   1 -
 .../apache/mahout/classifier/df/data/Utils.java |  10 +-
 .../mapreduce/partial/PartialBuilderTest.java   |  16 +-
 .../classifier/mlp/TestNeuralNetwork.java       |  11 +-
 .../classifier/naivebayes/NaiveBayesTest.java   |  17 +-
 .../encoders/TextValueEncoderTest.java          |   2 +-
 pom.xml                                         |   4 +-
 23 files changed, 75 insertions(+), 448 deletions(-)
----------------------------------------------------------------------