| Home | Trees | Indices | Help |
|---|
|
|
ml.Dataset --+
|
cla.CDataset --+
|
WeightedCDataset --+
|
ScoredWCDataset
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|
Filter away some samples in class j.
|
Concatenate a few samples to class j.
Input:
j: class j
input_data: an array of samples
scores: the additional scores of the samples
if scores is None:
all scores of new samples are set to 0
else:
concatenate the new scores to the old scores list
Output:
The ScoredCDataset is updated.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:18 2008 | http://epydoc.sourceforge.net |