org.apache.lens.ml
Class TrainerArgParser.CustomArgParser<E>

java.lang.Object
  extended by org.apache.lens.ml.TrainerArgParser.CustomArgParser<E>
Type Parameters:
E - the element type
Enclosing class:
TrainerArgParser

public abstract static class TrainerArgParser.CustomArgParser<E>
extends Object

The Class CustomArgParser.


Constructor Summary
TrainerArgParser.CustomArgParser()
           
 
Method Summary
abstract  E parse(String value)
          Parses the.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainerArgParser.CustomArgParser

public TrainerArgParser.CustomArgParser()
Method Detail

parse

public abstract E parse(String value)
Parses the.

Parameters:
value - the value
Returns:
the e


Copyright © 2014 Apache Software Foundation. All rights reserved.