public class ThresholdEventDetection
extends stream.AbstractProcessor
| Constructor and Description |
|---|
ThresholdEventDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Delivers the name of the attribute, the processor actually bases the event detection on.
|
String |
getPredictionkey()
Delivers the key under which the classifier currently stores the predicted label.
|
Integer |
getStandardvalue()
Delivers the value, the attribute "attribute" has in random frames.
|
Integer |
getT()
Returns the current threshold the processor is working with.
|
stream.Data |
process(stream.Data input) |
void |
setAttribute(String attribute)
Tells the processor, on which attribute to base the event detection on.
|
void |
setPredictionkey(String predictionkey)
Sets the key under which the classifier shall store the predicted label.
|
void |
setStandardvalue(Integer standardvalue)
Sets the value, attribute "attribute" has in random frames
|
void |
setT(Integer t)
Sets the threshold t to a new value.
|
public void setT(Integer t)
t - Thresholdpublic Integer getT()
public void setAttribute(String attribute)
graykey - public String getAttribute()
public void setPredictionkey(String predictionkey)
predictionkey - public String getPredictionkey()
public void setStandardvalue(Integer standardvalue)
standardvalue - public Integer getStandardvalue()
public stream.Data process(stream.Data input)
Copyright © 2013. All Rights Reserved.