Interface HasParameters
- All Known Subinterfaces:
Algorithm,IndependenceWrapper,MultiDataSetAlgorithm,ScoreWrapper,Simulation
- All Known Implementing Classes:
AbstractBootstrapAlgorithm,BasisFunctionBicScore,BasisFunctionLrt,BayesNetSimulation,BdeuScore,Boss,BossDot,BossFci,Bpc,CausalPerceptronNetwork,Ccd,CciTest,Cfci,ChiSquare,ConditionalGaussianBicScore,ConditionalGaussianLrt,ConditionalGaussianSimulation,Cpc,Cstar,Dagma,DegenerateGaussianBicScore,DegenerateGaussianLrt,DirectLingam,DiscreteBicScore,DmFcit,DmFciT2,DmPc,Eb,EbicScore,ExternalAlgorithm,FactorAnalysis,Fas,Fask,FaskConcatenated,FaskLofsConcatenated,FaskOrig,FaskPw,FaskVote,FasLofs,Fci,FciIod,FciMax,Fcit,Fges,FgesConcatenated,FgesFci,FgesMb,FgesMeasurement,FirstInflection,FisherZ,Fofc,Ftfc,GeneralSemSimulation,GeneralSemSimulationSpecial1,Gfci,GicScores,Glasso,GpSemSimulation,Grasp,GraspFci,GSquare,IcaLingam,IcaLingD,Images,ImagesBoss,Kci,LeeHastieSimulation,LgMnarSimulation,LinearFisherModel,LinearSineSimulation,LoadContinuousDataAndGraphs,LoadContinuousDataAndSingleGraph,LoadContinuousDataSmithSim,LoadDataAndGraphs,LoadDataFromFileWithoutGraph,MagDgBicScore,MSeparationTest,MSepScore,MultinomialLogisticRegressionWald,MVPBicScore,Mvplrt,NonlinearAdditiveNoiseModel,NonlinearFunctionsOfLinear,PagSampleRfci,Pc,Pcd,PcMax,PcMb,PoissonBicTest,PoissonPriorScore,PostnonlinearCausalModel,ProbabilisticTest,R1,R2,R3,RestrictedBoss,Rfci,RfciBsc,Rskew,RskewE,SemBicScore,SemBicTest,SemSimulation,SemThenDiscretize,SingleDatasetSimulation,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.
-