weka.attributeSelection

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Science » weka » weka.attributeSelection 
weka.attributeSelection
Java Source File NameTypeComment
ASEvaluation.javaClass
ASSearch.javaClass Abstract attribute selection search class.
AttributeEvaluator.javaClass Abstract attribute evaluator.
AttributeSelection.javaClass Attribute selection class.
AttributeSetEvaluator.javaClass Abstract attribute set evaluator.
AttributeTransformer.javaInterface Abstract attribute transformer.
BestFirst.javaClass BestFirst:

Searches the space of attribute subsets by greedy hillclimbing augmented with a backtracking facility.
CfsSubsetEval.javaClass CfsSubsetEval :

Evaluates the worth of a subset of attributes by considering the individual predictive ability of each feature along with the degree of redundancy between them.

Subsets of features that are highly correlated with the class while having low intercorrelation are preferred.

For more information see:

M.
CheckAttributeSelection.javaClass Class for examining the capabilities and finding problems with attribute selection schemes.
ChiSquaredAttributeEval.javaClass
ClassifierSubsetEval.javaClass Classifier subset evaluator:

Evaluates attribute subsets on training data or a seperate hold out testing set.
ConsistencySubsetEval.javaClass ConsistencySubsetEval :

Evaluates the worth of a subset of attributes by the level of consistency in the class values when the training instances are projected onto the subset of attributes.
ErrorBasedMeritEvaluator.javaInterface
ExhaustiveSearch.javaClass ExhaustiveSearch :

Performs an exhaustive search through the space of attribute subsets starting from the empty set of attrubutes.
FCBFSearch.javaClass FCBF :

Feature selection method based on correlation measureand relevance&redundancy analysis.
GainRatioAttributeEval.javaClass
GeneticSearch.javaClass GeneticSearch:

Performs a search using the simple genetic algorithm described in Goldberg (1989).

For more information see:

David E.
GreedyStepwise.javaClass GreedyStepwise :

Performs a greedy forward or backward search through the space of attribute subsets.
HoldOutSubsetEvaluator.javaClass Abstract attribute subset evaluator capable of evaluating subsets with respect to a data set that is distinct from that used to initialize/ train the subset evaluator.
InfoGainAttributeEval.javaClass
OneRAttributeEval.javaClass
PrincipalComponents.javaClass Performs a principal components analysis and transformation of the data.
RaceSearch.javaClass Races the cross validation error of competing attribute subsets.
RandomSearch.javaClass RandomSearch :

Performs a Random search in the space of attribute subsets.
RankedOutputSearch.javaInterface Interface for search methods capable of producing a ranked list of attributes.
Ranker.javaClass Ranker :

Ranks attributes by their individual evaluations.
RankSearch.javaClass RankSearch :

Uses an attribute/subset evaluator to rank all attributes.
ReliefFAttributeEval.javaClass ReliefFAttributeEval :

Evaluates the worth of an attribute by repeatedly sampling an instance and considering the value of the given attribute for the nearest instance of the same and different class.
StartSetHandler.javaInterface Interface for search methods capable of doing something sensible given a starting set of attributes.
SubsetEvaluator.javaClass Abstract attribute subset evaluator.
SVMAttributeEval.javaClass SVMAttributeEval :

Evaluates the worth of an attribute by using an SVM classifier.
SymmetricalUncertAttributeEval.javaClass SymmetricalUncertAttributeEval :

Evaluates the worth of an attribute by measuring the symmetrical uncertainty with respect to the class.
SymmetricalUncertAttributeSetEval.javaClass SymmetricalUncertAttributeSetEval :

Evaluates the worth of a set attributes by measuring the symmetrical uncertainty with respect to another set of attributes.
UnsupervisedAttributeEvaluator.javaClass Abstract unsupervised attribute evaluator.
UnsupervisedSubsetEvaluator.javaClass Abstract unsupervised attribute subset evaluator.
WrapperSubsetEval.javaClass WrapperSubsetEval:

Evaluates attribute sets by using a learning scheme.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.