Data Miner
|
Abstract class for items of a list of clasification classes.
TClassesListItem = class(TPersistent);
This is an abstract class defined to manage data for a classification class. Each classification class holds a list of attributes (parameters) and the related statistics. The statistics is obtained during the learn run. This statistics is then used when comparing each class to the new (to be classified) example and computing the response of each class. The classification class with the strongest response wins.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|