Java org.apache.mahout.utils SplitInputJob fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.utils SplitInputJob fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.utils SplitInputJob.

The text is from its open source code.

Method

voidrun(Configuration initialConf, Path inputPath, Path outputPath, int keepPct, float randomSelectionPercent)
Run job to downsample, randomly permute and split data into test and training sets.