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

org.apache.lens.ml.spark
Class TableTrainingSpec.DataSample

java.lang.Object
  extended by org.apache.lens.ml.spark.TableTrainingSpec.DataSample
All Implemented Interfaces:
Serializable
Enclosing class:
TableTrainingSpec

public static class TableTrainingSpec.DataSample
extends Object
implements Serializable

The Class DataSample.

See Also:
Serialized Form

Constructor Summary
TableTrainingSpec.DataSample(org.apache.spark.mllib.regression.LabeledPoint labeledPoint)
          Instantiates a new data sample.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTrainingSpec.DataSample

public TableTrainingSpec.DataSample(org.apache.spark.mllib.regression.LabeledPoint labeledPoint)
Instantiates a new data sample.

Parameters:
labeledPoint - the labeled point


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