public class WeightVectorLoad extends BaseSourceFunc<double[]>
| Constructor and Description | 
|---|
WeightVectorLoad(BinaryBatchModel binaryBatchModel)  | 
WeightVectorLoad(BinaryBatchModel binaryBatchModel,
                SVMJobParameters svmJobParameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()
Weather we have more data 
 | 
double[] | 
next()
Get the next value 
 | 
void | 
prepare(TSetContext context)
Prepare the function. 
 | 
getInput, getTSetContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic WeightVectorLoad(BinaryBatchModel binaryBatchModel)
public WeightVectorLoad(BinaryBatchModel binaryBatchModel, SVMJobParameters svmJobParameters)
public void prepare(TSetContext context)
TFunctionprepare in interface TFunction<double[],double[]>prepare in class BaseTFunction<double[],double[]>context - CONTEXTpublic boolean hasNext()
SourceFuncpublic double[] next()
SourceFunc