enrich.dirty {som.nn} | R Documentation |
enrich training set with dirty mapped samples
Description
Maps x to the SOM defined in model and makes a list of dirty neurons (i.e. neurons with more then one class label mapped). All training samples in these neurons are added to the training set to enhance their training.
Usage
enrich.dirty(x, model, multiple)
Arguments
x |
training data |
model |
SOMnn model |
multiple |
enhancement factor for dirty samples |
[Package som.nn version 1.4.4 Index]