public abstract class PSWorker extends Object implements Serializable
| Modifier and Type | Method and Description | 
|---|---|
MatrixObject | 
getFeatures()  | 
MatrixObject | 
getLabels()  | 
abstract String | 
getWorkerName()  | 
void | 
setFeatures(MatrixObject features)  | 
void | 
setLabels(MatrixObject labels)  | 
public void setFeatures(MatrixObject features)
public void setLabels(MatrixObject labels)
public MatrixObject getFeatures()
public MatrixObject getLabels()
public abstract String getWorkerName()
Copyright © 2021 The Apache Software Foundation. All rights reserved.