You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
DataStream<T> result = HTM.learn(stream, new Network())
.select(new InferenceSelectFunction<R, T>() {
@Override
public T select(Tuple2<R, NetworkInference> inference) throws Exception {
return inference.f1.getAnomalyScore();
}
});
The overrided select is never called. I verified that following the call hierarchy. This lead to no one output produced. Anyway, I verified the anomaly score, internally, is correctly computed.
Tried to resolve it, no great results reached. Please, fix it.
The text was updated successfully, but these errors were encountered:
Template:
The overrided select is never called. I verified that following the call hierarchy. This lead to no one output produced. Anyway, I verified the anomaly score, internally, is correctly computed.
Tried to resolve it, no great results reached. Please, fix it.
The text was updated successfully, but these errors were encountered: