Interface HasParameters
- All Known Subinterfaces:
Algorithm
,IndependenceWrapper
,MultiDataSetAlgorithm
,ScoreWrapper
,Simulation
- All Known Implementing Classes:
BayesNetSimulation
,BdeuScore
,BdeuTest
,Bfci
,BooleanGlassSimulation
,Boss
,Bpc
,Ccd
,CciScore
,CciTest
,Cfci
,ChiSquare
,ConditionalGaussianBicScore
,ConditionalGaussianLRT
,ConditionalGaussianSimulation
,Cpc
,Cstar
,Dagma
,DegenerateGaussianBicScore
,DegenerateGaussianLRT
,DirectLingam
,DiscreteBicScore
,DiscreteBicTest
,Eb
,EbicScore
,ExternalAlgorithm
,ExternalAlgorithmBnlearnMmhc
,ExternalAlgorithmBNTPc
,ExternalAlgorithmIntersection
,ExternalAlgorithmPcalgGes
,ExternalAlgorithmPcalgPc
,ExternalAlgorithmTetrad
,FactorAnalysis
,Fas
,Fask
,FaskConcatenated
,FaskLofsConcatenated
,FaskPw
,FaskVote
,FasLofs
,Fci
,FciIod
,FciMax
,Fges
,FgesConcatenated
,FgesMb
,FgesMeasurement
,FirstInflection
,FisherZ
,FisherZScore
,Fofc
,Ftfc
,GeneralSemSimulation
,GeneralSemSimulationSpecial1
,GesMe
,Gfci
,GicScores
,GICScoreTests
,Glasso
,Grasp
,GraspFci
,Gsquare
,IcaLingam
,IcaLingD
,Images
,Kci
,LeeHastieSimulation
,LinearFisherModel
,LinearSineSimulation
,LoadContinuousDataAndGraphs
,LoadContinuousDataAndSingleGraph
,LoadContinuousDataSmithSim
,LoadDataAndGraphs
,LoadDataFromFileWithoutGraph
,MagSemBicScore
,MagSemBicTest
,Mgm
,Mnlrlrt
,MSeparationScore
,MSeparationTest
,MultinomialLogisticRegressionWald
,MVPBicScore
,Mvplrt
,NLSemSimulation
,PagSampleRfci
,Pc
,Pcd
,PcLingam
,PcMb
,PoissonPriorScore
,PoissonScoreTest
,PositiveCorr
,PositiveCorrScore
,ProbabilisticTest
,R1
,R2
,R3
,RestrictedBoss
,Rfci
,RfciBsc
,Rskew
,RskewE
,SemBicDTest
,SemBicScore
,SemBicScoreDeterministic
,SemBicTest
,SemSimulation
,SemThenDiscretize
,SingleGraphAlg
,Skew
,SkewE
,Sp
,SpFci
,StabilitySelection
,StandardizedSemSimulation
,StARS
,SvarFci
,SvarGfci
,Tanh
,TimeSeriesSemSimulation
,UniformScatterTest
,ZhangShenBoundScore
public interface HasParameters
Tags a gadget as having parameters
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of parameter names that are used.
-
Method Details
-
getParameters
Returns the list of parameter names that are used. These are looked up in ParamMap, so if they're not- Returns:
- Returns the list of parameter names that are used. These are looked up in ParamMap, so if they're not already defined they'll need to be defined there.
-