weka.core

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.core 
weka.core
Java Source File NameTypeComment
AdditionalMeasureProducer.javaInterface Interface to something that can produce measures other than those calculated by evaluation modules.
AlgVector.javaClass Class for performing operations on an algebraic vector of floating-point values.
AllJavadoc.javaClass Applies all known Javadoc-derived classes to a source file.
Attribute.javaClass Class for handling an attribute.
AttributeExpression.javaClass A general purpose class for parsing mathematical expressions involving attribute values.
AttributeLocator.javaClass This class locates and records the indices of a certain type of attributes, recursively in case of Relational attributes.
AttributeStats.javaClass A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
BinarySparseInstance.javaClass Class for storing a binary-data-only instance as a sparse vector.
Capabilities.javaClass A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler.javaInterface Classes implementing this interface return their capabilities in regards to datasets.
Check.javaClass Abstract general class for testing in Weka.
CheckGOE.javaClass Simple command line checking of classes that are editable in the GOE.

Usage:

CheckGOE -W classname -- test options

Valid options are:

 -D
 Turn on debugging output.
 -S
 Silent mode - prints nothing to stdout.
 -ignored <comma-separated list of properties>
 Skipped properties.
CheckOptionHandler.javaClass Simple command line checking of classes that implement OptionHandler.

Usage:

CheckOptionHandler -W optionHandlerClassName -- test options

Valid options are:

 -D
 Turn on debugging output.
 -S
 Silent mode - prints nothing to stdout.
 -W
 Full name of the OptionHandler analysed.
CheckScheme.javaClass Abstract general class for testing schemes in Weka.
ClassDiscovery.javaClass This class is used for discovering classes that implement a certain interface or a derived from a certain class.
ContingencyTables.javaClass Class implementing some statistical routines for contingency tables.
Copyable.javaInterface Interface implemented by classes that can produce "shallow" copies of their objects.
Copyright.javaClass A class for providing centralized Copyright information.
Debug.javaClass A helper class for debug output, logging, clocking, etc.
DistanceFunction.javaInterface Interface for any class that can compute and return distances between two instances.
author:
   Ashraf M.
Drawable.javaInterface Interface to something that can be drawn as a graph.
author:
   Ashraf M.
EuclideanDistance.javaClass Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

Valid options are:

 -D
 Turns off the normalization of attribute 
 values in distance calculation.

author:
   Gabi Schmidberger (gabi@cs.waikato.ac.nz)
author:
   Ashraf M.
FastVector.javaClass Implements a fast vector class without synchronized methods.
FindWithCapabilities.javaClass Locates all classes with certain capabilities.
GlobalInfoJavadoc.javaClass Generates Javadoc comments from the class's globalInfo method.
Instance.javaClass Class for handling an instance.
InstanceComparator.javaClass A comparator for the Instance class.
Instances.javaClass Class for handling an ordered set of weighted instances.
Javadoc.javaClass Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.
ListOptions.javaClass
Matchable.javaInterface Interface to something that can be matched with tree matching algorithms.
MathematicalExpression.javaClass
Matrix.javaClass Class for performing operations on a matrix of floating-point values.
Memory.javaClass A little helper class for Memory management.
MultiInstanceCapabilitiesHandler.javaInterface Multi-Instance classifiers can specify an additional Capabilities object for the data in the relational attribute, since the format of multi-instance data is fixed to "bag/NOMINAL,data/RELATIONAL,class".
NoSupportForMissingValuesException.javaClass Exception that is raised by an object that is unable to process data with missing values.
Optimization.javaClass Implementation of Active-sets method with BFGS update to solve optimization problem with only bounds constraints in multi-dimensions.
Option.javaClass Class to store information about an option.
OptionHandler.javaInterface Interface to something that understands options.
OptionHandlerJavadoc.javaClass Generates Javadoc comments from the OptionHandler's options.
PropertyPath.javaClass A helper class for accessing properties in nested objects, e.g., accessing the "getRidge" method of a LinearRegression classifier part of MultipleClassifierCombiner, e.g., Vote.
ProtectedProperties.javaClass Simple class that extends the Properties class so that the properties are unable to be modified.
Queue.javaClass Class representing a FIFO queue.
Randomizable.javaInterface Interface to something that has random behaviour that is able to be seeded with an integer.
RandomVariates.javaClass Class implementing some simple random variates generator.
Range.javaClass Class representing a range of cardinal numbers.
RelationalLocator.javaClass
SelectedTag.javaClass Represents a selected value from a finite set of values, where each value is a Tag (i.e.
SerializationHelper.javaClass A helper class for determining serialVersionUIDs and checking whether classes contain one and/or need one.
SerializedObject.javaClass Class for storing an object in serialized form in memory.
SingleIndex.javaClass Class representing a single cardinal number.
SparseInstance.javaClass Class for storing an instance as a sparse vector.
SpecialFunctions.javaClass Class implementing some mathematical functions.
Statistics.javaClass Class implementing some distributions, tests, etc.
Stopwords.javaClass Class that can test whether a given string is a stop word. Lowercases all words before the test.
StringLocator.javaClass This class locates and records the indices of String attributes, recursively in case of Relational attributes.
Summarizable.javaInterface Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
SystemInfo.javaClass This class prints some information about the system setup, like Java version, JVM settings etc.
Tag.javaClass A Tag simply associates a numeric ID with a String description.
TechnicalInformation.javaClass Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler.javaInterface For classes that are based on some kind of publications.
TechnicalInformationHandlerJavadoc.javaClass Generates Javadoc comments from the TechnicalInformationHandler's data. Update the BibTex references and the plaintext techincal information.
Tee.javaClass This class pipelines print/println's to several PrintStreams.
TestInstances.javaClass Generates artificial datasets for testing.
Trie.javaClass A class representing a Trie data structure for strings.
UnassignedClassException.javaClass Exception that is raised when trying to use some data that has no class assigned to it, but a class is needed to perform the operation.
UnassignedDatasetException.javaClass Exception that is raised when trying to use something that has no reference to a dataset, when one is required.
Undoable.javaInterface Interface implemented by classes that support undo.
UnsupportedAttributeTypeException.javaClass Exception that is raised by an object that is unable to process some of the attribute types it has been passed.
UnsupportedClassTypeException.javaClass Exception that is raised by an object that is unable to process the class type of the data it has been passed.
Utils.javaClass Class implementing some simple utility methods.
Version.javaClass This class contains the version number of the current WEKA release and some methods for comparing another version string.
WeightedInstancesHandler.javaInterface Interface to something that makes use of the information provided by instance weights.
WekaException.javaClass Class for Weka-specific exceptions.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.