This project has retired. For details please refer to its Attic page.
SVMAlgo (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml.spark.algos
Class SVMAlgo

java.lang.Object
  extended by org.apache.lens.ml.spark.algos.BaseSparkAlgo
      extended by org.apache.lens.ml.spark.algos.SVMAlgo
All Implemented Interfaces:
MLAlgo

public class SVMAlgo
extends BaseSparkAlgo

The Class SVMAlgo.


Field Summary
 
Fields inherited from class org.apache.lens.ml.spark.algos.BaseSparkAlgo
LOG
 
Constructor Summary
SVMAlgo(String name, String description)
          Instantiates a new SVM algo.
 
Method Summary
 void parseAlgoParams(Map<String,String> params)
          Parses the algo params.
 
Methods inherited from class org.apache.lens.ml.spark.algos.BaseSparkAlgo
configure, getArgUsage, getConf, getDescription, getName, getParamValue, getParamValue, parseParams, setSparkContext, train
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVMAlgo

public SVMAlgo(String name,
               String description)
Instantiates a new SVM algo.

Parameters:
name - the name
description - the description
Method Detail

parseAlgoParams

public void parseAlgoParams(Map<String,String> params)
Description copied from class: BaseSparkAlgo
Parses the algo params.

Specified by:
parseAlgoParams in class BaseSparkAlgo
Parameters:
params - the params


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.