Proposals:Refactoring Statistics Framework 2007 Background: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
## Image | ## Image | ||
## Data points | ## Data points | ||
#Membership | #Membership models | ||
## Can be manually set or automatically generated from the sample data | ## Can be manually set or automatically generated from the sample data | ||
## Estimators are available to generate membership functions ( ImageModelEstimatorBase, ImageGuassianModelEstimator,ExpectationMaximizationMixtureModelEstimator ) | ## Estimators are available to generate membership functions ( ImageModelEstimatorBase, ImageGuassianModelEstimator,ExpectationMaximizationMixtureModelEstimator ) | ||
## Some classes are named with Estimator suffix but they do more than just estimating membership functions | ## Some classes are named with Estimator suffix but they do more than just estimating membership functions | ||
### itkKdTreeBasedKmeansEstimator | ### itkKdTreeBasedKmeansEstimator | ||
# Distance functions | |||
# Decison Rules | # Decison Rules | ||
# Classifiers | # Classifiers |
Revision as of 21:09, 16 July 2008
The main components of a classification framework are
- Input
- Image
- Data points
- Membership models
- Can be manually set or automatically generated from the sample data
- Estimators are available to generate membership functions ( ImageModelEstimatorBase, ImageGuassianModelEstimator,ExpectationMaximizationMixtureModelEstimator )
- Some classes are named with Estimator suffix but they do more than just estimating membership functions
- itkKdTreeBasedKmeansEstimator
- Distance functions
- Decison Rules
- Classifiers