public class ApplyDecisionTreeModel
extends stream.AbstractProcessor
| Constructor and Description |
|---|
ApplyDecisionTreeModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPredictionkey()
Delivers the key under which the classifier currently stores the predicted label.
|
stream.Data |
process(stream.Data input) |
void |
setPredictionkey(String predictionkey)
Sets the key under which the classifier shall store the predicted label.
|
public void setPredictionkey(String predictionkey)
predictionkey - public String getPredictionkey()
public stream.Data process(stream.Data input)
Copyright © 2013. All Rights Reserved.