MCPcopy Create free account

hub / github.com/LASER-UMASS/Themis / functions

Functions20,984 in github.com/LASER-UMASS/Themis

↓ 20 callersMethodsetAttribute
Sets the attribute that statistics will be displayed for. @param index the index of the attribute to display
subjectSystems/C,D/src/weka/gui/AttributeSummaryPanel.java:225
↓ 20 callersMethodsetAttribute
Sets the attribute that statistics will be displayed for. @param index the index of the attribute to display
subjectSystems/C,D/gui/AttributeSummaryPanel.java:225
↓ 20 callersMethodsetPlotName
Set the name of this plot @param name the name for this plot
subjectSystems/C,D/src/weka/gui/visualize/PlotData2D.java:150
↓ 20 callersMethodsetPlotName
Set the name of this plot @param name the name for this plot
subjectSystems/C,D/gui/visualize/PlotData2D.java:150
↓ 20 callersMethodupdateClassifier
Updates a classifier using the given instance. @param instance the instance to included @exception Exception if instance could not be incorporated su
subjectSystems/C,D/src/weka/classifiers/UpdateableClassifier.java:43
↓ 19 callersMethodbuildClassifier
For lazy learning, building classifier is only to prepare their inputs until classification time. @param instances set of instances serving as traini
subjectSystems/C,D/classifiers/lazy/LBR.java:630
↓ 19 callersMethodbuildClassifier
For lazy learning, building classifier is only to prepare their inputs until classification time. @param instances set of instances serving as traini
subjectSystems/C,D/src/weka/classifiers/lazy/LBR.java:630
↓ 19 callersMethodeval
Computes the result of the kernel function for two instances. If id1 == -1, eval use inst1 instead of an instance in the dataset. @param id1 the inde
subjectSystems/C,D/classifiers/functions/supportVector/Kernel.java:50
↓ 19 callersMethodeval
Computes the result of the kernel function for two instances. If id1 == -1, eval use inst1 instead of an instance in the dataset. @param id1 the inde
subjectSystems/C,D/src/weka/classifiers/functions/supportVector/Kernel.java:50
↓ 19 callersMethodget
()
subjectSystems/C,D/classifiers/lazy/LWL.java:880
↓ 19 callersMethodget
()
subjectSystems/C,D/src/weka/classifiers/lazy/LWL.java:880
↓ 19 callersMethodgetClassifier
Get the classifier currently set for this wrapper @return a <code>weka.classifiers.Classifier</code> value
subjectSystems/C,D/src/weka/gui/beans/Classifier.java:230
↓ 19 callersMethodgetClassifier
Get the classifier currently set for this wrapper @return a <code>weka.classifiers.Classifier</code> value
subjectSystems/C,D/gui/beans/Classifier.java:230
↓ 19 callersMethodgetRetrieval
Gets the retrieval mode. @return the retrieval mode
subjectSystems/C,D/core/converters/AbstractSaver.java:96
↓ 19 callersMethodgetRetrieval
Gets the retrieval mode. @return the retrieval mode
subjectSystems/C,D/src/weka/core/converters/AbstractSaver.java:96
↓ 19 callersMethodpop
()
subjectSystems/C,D/core/Queue.java:172
↓ 19 callersMethodpop
()
subjectSystems/C,D/src/weka/core/Queue.java:172
↓ 18 callersMethodacceptDataSet
(DataSetEvent e)
subjectSystems/C,D/gui/beans/DataSourceListener.java:36
↓ 18 callersMethodbuildTree
Builds the tree structure. @param data the data for which the tree structure is to be generated. @param keepData is training data to be kept? @except
subjectSystems/C,D/classifiers/trees/j48/ClassifierTree.java:118
↓ 18 callersMethodbuildTree
Builds the tree structure. @param data the data for which the tree structure is to be generated. @param keepData is training data to be kept? @except
subjectSystems/C,D/src/weka/classifiers/trees/j48/ClassifierTree.java:118
↓ 18 callersMethodequals
compare this operation with another @param other: operation to compare with @return true if operation is the same
subjectSystems/C,D/classifiers/bayes/net/search/local/HillClimber.java:65
↓ 18 callersMethodequals
compare this operation with another @param other: operation to compare with @return true if operation is the same
subjectSystems/C,D/src/weka/classifiers/bayes/net/search/local/HillClimber.java:65
↓ 18 callersMethodgetMethod
()
subjectSystems/C,D/classifiers/functions/neural/NeuralNode.java:73
↓ 18 callersMethodgetMethod
()
subjectSystems/C,D/src/weka/classifiers/functions/neural/NeuralNode.java:73
↓ 18 callersMethodgetNodeValue
get name of a particular value of a node @param iNode: index of the node @param iValue: index of the value @return cardinality of the specified node
subjectSystems/C,D/classifiers/bayes/BayesNet.java:835
↓ 18 callersMethodgetNodeValue
get name of a particular value of a node @param iNode: index of the node @param iValue: index of the value @return cardinality of the specified node
subjectSystems/C,D/src/weka/classifiers/bayes/BayesNet.java:835
↓ 18 callersMethodgetNumInstances
Gets the current number of instances to use for the datasets. @return the number of instances
subjectSystems/C,D/classifiers/CheckClassifier.java:360
↓ 18 callersMethodgetNumInstances
Gets the current number of instances to use for the datasets. @return the number of instances
subjectSystems/C,D/src/weka/classifiers/CheckClassifier.java:360
↓ 18 callersMethodgetObjective
gets the objective merit @return the objective merit of this population member
subjectSystems/C,D/src/weka/attributeSelection/GeneticSearch.java:173
↓ 18 callersMethodgetObjective
gets the objective merit @return the objective merit of this population member
subjectSystems/C,D/attributeSelection/GeneticSearch.java:173
↓ 18 callersMethodgetResultNames
Gets the names of each of the result columns produced for a single run. The names should not contain spaces (use '_' instead for easy translation.) Th
subjectSystems/C,D/experiment/SplitEvaluator.java:82
↓ 18 callersMethodgetResultTypes
Gets the data types of each of the result columns produced for a single run. The number of result fields must be constant for a given SplitEvaluator.
subjectSystems/C,D/experiment/SplitEvaluator.java:92
↓ 18 callersMethodgetSource
returns the source BeanInstance for this connection @return a <code>BeanInstance</code> value
subjectSystems/C,D/src/weka/gui/beans/BeanConnection.java:661
↓ 18 callersMethodgetSource
returns the source BeanInstance for this connection @return a <code>BeanInstance</code> value
subjectSystems/C,D/gui/beans/BeanConnection.java:661
↓ 18 callersMethodlocalModel
Method just exists to make program easier to read.
subjectSystems/C,D/classifiers/rules/part/ClassifierDecList.java:411
↓ 18 callersMethodlocalModel
Method just exists to make program easier to read.
subjectSystems/C,D/src/weka/classifiers/rules/part/ClassifierDecList.java:411
↓ 18 callersMethodoutputValue
This function calculates what the output value should be. @param node The node to calculate the value for. @return The value.
subjectSystems/C,D/src/weka/classifiers/functions/neural/NeuralMethod.java:44
↓ 18 callersMethodpadIt
pads the given double on the left side with blanks and returns the string @param value the value to print as string @param a the width of the double
subjectSystems/C,D/src/weka/experiment/PairedTTester.java:1131
↓ 18 callersMethodpadIt
pads the given double on the left side with blanks and returns the string @param value the value to print as string @param a the width of the double
subjectSystems/C,D/experiment/PairedTTester.java:1131
↓ 18 callersMethodread
reads the XML-serialized object from the given file @filename the file to deserialize the object from @return the deserialized object @throws Exceptio
subjectSystems/C,D/core/xml/KOML.java:82
↓ 18 callersMethodread
reads the XML-serialized object from the given file @filename the file to deserialize the object from @return the deserialized object @throws Exceptio
subjectSystems/C,D/src/weka/core/xml/KOML.java:82
↓ 18 callersMethodsetAdditionalMeasures
Sets a list of method names for additional measures to look for in SplitEvaluators. @param additionalMeasures a list of method names
subjectSystems/C,D/experiment/SplitEvaluator.java:52
↓ 18 callersMethodsetClassIndex
Sets index of attribute to discretize on @param index the index (starting from 1) of the class attribute
subjectSystems/C,D/classifiers/BVDecompose.java:408
↓ 18 callersMethodsetClassIndex
Sets index of attribute to discretize on @param index the index (starting from 1) of the class attribute
subjectSystems/C,D/src/weka/classifiers/BVDecompose.java:408
↓ 18 callersMethodsetPassword
(String password)
subjectSystems/C,D/src/weka/core/converters/DatabaseConverter.java:41
↓ 18 callersMethodsetStatic
Set the static version of the icon
subjectSystems/C,D/src/weka/gui/beans/BeanVisual.java:219
↓ 18 callersMethodsetStatic
Set the static version of the icon
subjectSystems/C,D/gui/beans/BeanVisual.java:219
↓ 18 callersMethodstratify
Stratifies a set of instances according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be
subjectSystems/C,D/core/Instances.java:1115
↓ 18 callersMethodstratify
Stratifies a set of instances according to its class values if the class attribute is nominal (so that afterwards a stratified cross-validation can be
subjectSystems/C,D/src/weka/core/Instances.java:1115
↓ 18 callersMethodxScale
scales the given x value with current x scale factor
subjectSystems/C,D/src/weka/gui/visualize/PostscriptGraphics.java:313
↓ 18 callersMethodxScale
scales the given x value with current x scale factor
subjectSystems/C,D/gui/visualize/PostscriptGraphics.java:313
↓ 17 callersMethodadd
Returns the sum of this matrix with another. @return a matrix containing the sum.
subjectSystems/C,D/core/Matrix.java:235
↓ 17 callersMethodadd
Returns the sum of this matrix with another. @return a matrix containing the sum.
subjectSystems/C,D/src/weka/core/Matrix.java:235
↓ 17 callersMethodcompactify
Compactifies the set of instances. Decreases the capacity of the set so that it matches the number of instances in the set.
subjectSystems/C,D/core/Instances.java:381
↓ 17 callersMethodcompactify
Compactifies the set of instances. Decreases the capacity of the set so that it matches the number of instances in the set.
subjectSystems/C,D/src/weka/core/Instances.java:381
↓ 17 callersMethoddisplayResultset
Checks whether the resultset with the given index shall be displayed. @param index the index of the resultset to check whether it shall be displayed
subjectSystems/C,D/src/weka/experiment/PairedTTester.java:628
↓ 17 callersMethoddisplayResultset
Checks whether the resultset with the given index shall be displayed. @param index the index of the resultset to check whether it shall be displayed
subjectSystems/C,D/experiment/PairedTTester.java:628
↓ 17 callersMethodfillRect
Draw a filled rectangle in current pen color. @param x starting x coord @param y starting y coord @param width rectangle width @param height rectangl
subjectSystems/C,D/src/weka/gui/visualize/PostscriptGraphics.java:638
↓ 17 callersMethodfillRect
Draw a filled rectangle in current pen color. @param x starting x coord @param y starting y coord @param width rectangle width @param height rectangl
subjectSystems/C,D/gui/visualize/PostscriptGraphics.java:638
↓ 17 callersMethodgetComponent
returns the component that is stored in the output format
subjectSystems/C,D/src/weka/gui/visualize/JComponentWriter.java:109
↓ 17 callersMethodgetComponent
returns the component that is stored in the output format
subjectSystems/C,D/gui/visualize/JComponentWriter.java:109
↓ 17 callersMethodgetTarget
Returns the target BeanInstance for this connection @return a <code>BeanInstance</code> value
subjectSystems/C,D/src/weka/gui/beans/BeanConnection.java:670
↓ 17 callersMethodgetTarget
Returns the target BeanInstance for this connection @return a <code>BeanInstance</code> value
subjectSystems/C,D/gui/beans/BeanConnection.java:670
↓ 17 callersMethodgetTrainingSet
Get the training instances @return an <code>Instances</code> value
subjectSystems/C,D/src/weka/gui/beans/TrainingSetEvent.java:71
↓ 17 callersMethodgetTrainingSet
Get the training instances @return an <code>Instances</code> value
subjectSystems/C,D/gui/beans/TrainingSetEvent.java:71
↓ 17 callersMethodnumSubsets
Returns the number of created subsets for the split.
subjectSystems/C,D/classifiers/trees/j48/ClassifierSplitModel.java:217
↓ 17 callersMethodnumSubsets
Returns the number of created subsets for the split.
subjectSystems/C,D/src/weka/classifiers/trees/j48/ClassifierSplitModel.java:217
↓ 17 callersMethodregisterEditors
registers all the editors in Weka
subjectSystems/C,D/src/weka/gui/GenericObjectEditor.java:592
↓ 17 callersMethodregisterEditors
registers all the editors in Weka
subjectSystems/C,D/gui/GenericObjectEditor.java:592
↓ 17 callersMethodsetClassType
Sets the class of values that can be edited. @param type a value of type 'Class'
subjectSystems/C,D/src/weka/gui/GenericObjectEditor.java:853
↓ 17 callersMethodsetClassType
Sets the class of values that can be edited. @param type a value of type 'Class'
subjectSystems/C,D/gui/GenericObjectEditor.java:853
↓ 17 callersMethodsetSeed
Set the seed for random number generation. @param seed the seed
subjectSystems/C,D/src/weka/core/Randomizable.java:39
↓ 17 callersMethodsize
Gets the size of the matrix. @return the size.
subjectSystems/C,D/classifiers/CostMatrix.java:102
↓ 17 callersMethodsize
Gets the size of the matrix. @return the size.
subjectSystems/C,D/src/weka/classifiers/CostMatrix.java:102
↓ 17 callersMethodsplitOptions
Split up a string containing options into an array of strings, one for each option. @param optionString the string containing the options @return the
subjectSystems/C,D/core/Utils.java:784
↓ 17 callersMethodsplitOptions
Split up a string containing options into an array of strings, one for each option. @param optionString the string containing the options @return the
subjectSystems/C,D/src/weka/core/Utils.java:784
↓ 17 callersMethodstringValue
(int attIndex)
subjectSystems/C,D/core/Instance.java:767
↓ 17 callersMethodstringValue
(int attIndex)
subjectSystems/C,D/src/weka/core/Instance.java:767
↓ 16 callersMethodSelectAttributes
Perform attribute selection with a particular evaluator and a set of options specifying search method and input file etc. @param ASEvaluator an evalu
subjectSystems/C,D/src/weka/attributeSelection/AttributeSelection.java:298
↓ 16 callersMethodSelectAttributes
Perform attribute selection with a particular evaluator and a set of options specifying search method and input file etc. @param ASEvaluator an evalu
subjectSystems/C,D/attributeSelection/AttributeSelection.java:298
↓ 16 callersMethodacceptTestSet
Accept and process a test set event @param e a <code>TestSetEvent</code> value
subjectSystems/C,D/gui/beans/TestSetListener.java:40
↓ 16 callersMethodacceptTrainingSet
Accept and process a training set @param e a <code>TrainingSetEvent</code> value
subjectSystems/C,D/gui/beans/TrainingSetListener.java:40
↓ 16 callersMethodcopy2DArray
Copies one array of type int[][] to another.
subjectSystems/C,D/src/weka/gui/graphvisualizer/HierarchicalBCEngine.java:1580
↓ 16 callersMethodcopy2DArray
Copies one array of type int[][] to another.
subjectSystems/C,D/gui/graphvisualizer/HierarchicalBCEngine.java:1580
↓ 16 callersMethoddistribution
Computes class distribution for an attribute.
subjectSystems/C,D/classifiers/trees/REPTree.java:723
↓ 16 callersMethoddistribution
Computes class distribution for an attribute.
subjectSystems/C,D/src/weka/classifiers/trees/REPTree.java:723
↓ 16 callersMethoderrorValue
This function calculates what the error value should be. @param node The node to calculate the error for. @return The error.
subjectSystems/C,D/src/weka/classifiers/functions/neural/NeuralMethod.java:51
↓ 16 callersMethodgetPredicate
()
subjectSystems/C,D/associations/tertius/Literal.java:58
↓ 16 callersMethodgetPredicate
()
subjectSystems/C,D/src/weka/associations/tertius/Literal.java:58
↓ 16 callersMethodgetSaDep
()
subjectSystems/C,D/nonDiscConstraints/Discrimination.java:108
↓ 16 callersMethodgetSaDep
()
subjectSystems/C,D/src/weka/nonDiscConstraints/Discrimination.java:108
↓ 16 callersMethodisPresent
returns whether KOML is present or not, i.e. whether the classes are in the classpath or not @return whether KOML is available
subjectSystems/C,D/core/xml/KOML.java:72
↓ 16 callersMethodisPresent
returns whether KOML is present or not, i.e. whether the classes are in the classpath or not @return whether KOML is available
subjectSystems/C,D/src/weka/core/xml/KOML.java:72
↓ 16 callersMethodlineIntersect
This is called for polylines to see where there two lines that extend to infinity cut the border of the view. @param x1 an x point along the line @par
subjectSystems/C,D/src/weka/gui/visualize/VisualizePanel.java:1286
↓ 16 callersMethodlineIntersect
This is called for polylines to see where there two lines that extend to infinity cut the border of the view. @param x1 an x point along the line @par
subjectSystems/C,D/gui/visualize/VisualizePanel.java:1286
↓ 16 callersMethodmeanOrMode
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value. Returns 0 if the attribute is neither nominal nor numeric. If all
subjectSystems/C,D/core/Instances.java:691
↓ 16 callersMethodmeanOrMode
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value. Returns 0 if the attribute is neither nominal nor numeric. If all
subjectSystems/C,D/src/weka/core/Instances.java:691
↓ 16 callersMethodremove
()
subjectSystems/C,D/associations/tertius/SimpleLinkedList.java:56
↓ 16 callersMethodremove
()
subjectSystems/C,D/src/weka/associations/tertius/SimpleLinkedList.java:56
↓ 16 callersMethodsetXORMode
Not implemented
subjectSystems/C,D/src/weka/gui/visualize/PostscriptGraphics.java:801
← previousnext →601–700 of 20,984, ranked by callers