Re: List of all algorithms in Weka?
Michael Hall <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <[email protected]> |
> On Sep 15, 2021, at 7:18 PM, Eibe Frank <[email protected]> wrote: > > That depends on the number of WEKA packages that you have installed using > the WEKA package manager. > > There is a nifty way to get the list of installed classifiers, etc., using > the command-line interface. On my Windows machine, with no additional > classifiers installed, I ran > > java -cp "C:\Program Files\Weka-3-8-5\weka.jar" weka.Run -match-anywhere > weka.classifiers. > Fwiw the ‘classifiers' command from my HalfPipe application classifiers Family: functions Logistic MultilayerPerceptron SGD SGDText SMO SMOreg SimpleLinearRegression SimpleLogistic VotedPerceptron RnnSequenceClassifier Dl4jMlpClassifier Family: lazy IBk KStar LWL Family: m5 M5Base PreConstructedLinearModel RuleNode Family: sklearn ScikitLearnClassifier Family: rules DecisionTable JRip M5Rules OneR PART ZeroR Family: trees DecisionStump HoeffdingTree J48 LMT M5P REPTree RandomForest RandomTree XGBoost Family: lmt LMTNode LogisticBase Family: mlr MLRClassifier Family: meta AdaBoostM1 AdditiveRegression AttributeSelectedClassifier Bagging CVParameterSelection ClassificationViaRegression CostSensitiveClassifier FilteredClassifier IterativeClassifierOptimizer LogitBoost MultiClassClassifier MultiClassClassifierUpdateable MultiScheme RandomCommittee RandomSubSpace RandomizableFilteredClassifier RegressionByDiscretization Stacking Vote WeightedInstancesHandlerWrapper StackingC MultiSearch AggregateableFilteredClassifier AggregateableFilteredClassifierUpdateable BatchPredictorVote FilteredClassifierUpdateable Family: classifiers AbstractClassifier IteratedSingleClassifierEnhancer MultipleClassifiersCombiner ParallelIteratedSingleClassifierEnhancer ParallelMultipleClassifiersCombiner RandomizableClassifier RandomizableIteratedSingleClassifierEnhancer RandomizableMultipleClassifiersCombiner RandomizableParallelIteratedSingleClassifierEnhancer RandomizableParallelMultipleClassifiersCombiner RandomizableSingleClassifierEnhancer SingleClassifierEnhancer Family: bayes BayesNet NaiveBayes NaiveBayesMultinomial NaiveBayesMultinomialText NaiveBayesMultinomialUpdateable NaiveBayesUpdateable Family: net BIFReader BayesNetGenerator EditableBayesNet Family: consumer GeneralRegression NeuralNetwork PMMLClassifier Regression RuleSetModel SupportVectorMachineModel TreeModel Family: misc InputMappedClassifier SerializedClassifier Actually in technicolor from the application. I think it scans the package directories too, if I remember right. _______________________________________________ Wekalist mailing list -- [email protected] Send posts to [email protected] To unsubscribe send an email to [email protected] To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html