org.apache.lens.ml
Class AlgoArgParser
java.lang.Object
org.apache.lens.ml.AlgoArgParser
public final class AlgoArgParser
- extends Object
The Class AlgoArgParser.
Field Summary |
static org.apache.commons.logging.Log |
LOG
The Constant LOG. |
LOG
public static final org.apache.commons.logging.Log LOG
- The Constant LOG.
parseArgs
public static List<String> parseArgs(MLAlgo algo,
String[] args)
- Extracts feature names. If the algo has any parameters associated with @AlgoParam annotation, those are set
as well.
- Parameters:
algo
- the algoargs
- the args
- Returns:
- List of feature column names.
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.