Module es.upm.fi.cig.multictbnc
Interface ConceptDriftScore
- All Known Implementing Classes:
AverageLocalLogLikelihood
public interface ConceptDriftScore
Interface representing scores that can be computed locally on each node of a MultiCTBNC and used to detect concept
drifts in a given data batch.
-
Method Summary
-
Method Details
-
compute
Compute the score over each node of the providedMultiCTBNC
.- Parameters:
model
- MultiCTBNC model to be evaluated for concept driftnewBatch
- new data batch that is used to compute the drift scorenameVariables
- names of the variables- Returns:
- array of doubles representing the drift scores for each node
-