public class TaskAlgorithm extends Object
| Constructor and Description |
|---|
TaskAlgorithm() |
TaskAlgorithm(MLImplementationType mlType,
AMLAlgorithm mlAlgorithm,
List<LearningParameter> mlParameter) |
| Modifier and Type | Method and Description |
|---|---|
AMLAlgorithm |
getMlAlgorithm() |
List<LearningParameter> |
getMlParameter() |
MLImplementationType |
getMlType() |
void |
setMlAlgorithm(AMLAlgorithm mlAlgorithm) |
void |
setMlParameter(List<LearningParameter> mlParameter) |
void |
setMlType(MLImplementationType mlType) |
public TaskAlgorithm()
public TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter)
public MLImplementationType getMlType()
public void setMlType(MLImplementationType mlType)
public AMLAlgorithm getMlAlgorithm()
public void setMlAlgorithm(AMLAlgorithm mlAlgorithm)
public List<LearningParameter> getMlParameter()
public void setMlParameter(List<LearningParameter> mlParameter)
Copyright © 2018. All rights reserved.