public class KMeansTsetJob.CenterSource extends BaseSourceFunc<double[][]>
| Modifier | Constructor and Description |
|---|---|
protected |
CenterSource(java.lang.String filetype) |
| 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 void prepare(TSetContext context)
TFunctionprepare in interface TFunction<double[][],double[][]>prepare in class BaseTFunction<double[][],double[][]>context - CONTEXTpublic boolean hasNext()
SourceFuncpublic double[][] next()
SourceFunc