T - type of discrete state variablespublic class RBMCDASample<T extends TargetID> extends Object implements Copyable<RBMCDASample<T>>
| Modifier and Type | Field and Description |
|---|---|
MultiTargetPredictionFilterIndep<T> |
filter
The current state distribution of targets in this sample estimated by a prediction filter
|
int |
maxTargetID
The maximum target ID that occurred in this sample up to the current time step
|
private RBMCDASampleInfo<T> |
sampleinfo
Properties represented by this sample.
|
| Constructor and Description |
|---|
RBMCDASample()
Constructor.
|
RBMCDASample(MultiTargetPredictionFilterIndep<T> filter)
Constructor with an initial prediction filter.
|
| Modifier and Type | Method and Description |
|---|---|
RBMCDASample<T> |
copy() |
RBMCDASampleInfo<T> |
getSampleInfo()
Get the info object of this RBMCDA-sample
|
public MultiTargetPredictionFilterIndep<T extends TargetID> filter
private RBMCDASampleInfo<T extends TargetID> sampleinfo
public int maxTargetID
public RBMCDASample()
public RBMCDASample(MultiTargetPredictionFilterIndep<T> filter)
public RBMCDASample<T> copy()
copy in interface Copyable<RBMCDASample<T extends TargetID>>public RBMCDASampleInfo<T> getSampleInfo()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.