Interface HasParameters
- All Known Subinterfaces:
Algorithm,IndependenceWrapper,MultiDataSetAlgorithm,ScoreWrapper,Simulation
- All Known Implementing Classes:
AbstractBootstrapAlgorithm,BayesNetSimulation,BdeuScore,BdeuTest,Bfci,Boss,BossLingam,Bpc,Ccd,CciTest,Cfci,ChiSquare,ConditionalGaussianBicScore,ConditionalGaussianLRT,ConditionalGaussianSimulation,Cpc,Cstar,Dagma,DegenerateGaussianBicScore,DegenerateGaussianLRT,DirectLingam,DiscreteBicScore,DiscreteBicTest,Eb,EbicScore,ExternalAlgorithm,FactorAnalysis,Fas,Fask,FaskConcatenated,FaskLofsConcatenated,FaskPw,FaskVote,FasLofs,Fci,FciIod,FciMax,Fges,FgesConcatenated,FgesMb,FgesMeasurement,FirstInflection,FisherZ,FisherZScore,Fofc,Ftfc,GeneralSemSimulation,GeneralSemSimulationSpecial1,Gfci,GicScores,GICScoreTests,Glasso,Grasp,GraspFci,GSquare,IcaLingam,IcaLingD,Images,ImagesBoss,Kci,LeeHastieSimulation,LinearFisherModel,LinearSineSimulation,LoadContinuousDataAndGraphs,LoadContinuousDataAndSingleGraph,LoadContinuousDataSmithSim,LoadDataAndGraphs,LoadDataFromFileWithoutGraph,LvLite,MagSemBicScore,MagSemBicTest,Mgm,Mnlrlrt,MSeparationScore,MSeparationTest,MultinomialLogisticRegressionWald,MVPBicScore,Mvplrt,NLSemSimulation,PagSampleRfci,Pc,Pcd,PcMb,PoissonPriorScore,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,ZhangShenBoundScore
public interface HasParameters
Tags a gadget as having parameters
- Version:
- $Id: $Id
- Author:
- josephramsey
-
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.
-