Uses of Class
org.planit.path.choice.logit.LogitChoiceModel
-
Packages that use LogitChoiceModel Package Description org.planit.path.choice PLANit path choice classesorg.planit.path.choice.logit PLANit logit based path choice classes -
-
Uses of LogitChoiceModel in org.planit.path.choice
Fields in org.planit.path.choice declared as LogitChoiceModel Modifier and Type Field Description protected LogitChoiceModelStochasticPathChoice. logitChoiceModelThe registered logit choice modelFields in org.planit.path.choice with type parameters of type LogitChoiceModel Modifier and Type Field Description protected LogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. logitChoiceModelConfiguratorlogit choice model configuratorMethods in org.planit.path.choice that return LogitChoiceModel Modifier and Type Method Description protected LogitChoiceModelStochasticPathChoiceBuilder. createLogitChoiceModelInstance(StochasticPathChoiceConfigurator configurator)create a logit model instance based on passed in configuratorMethods in org.planit.path.choice that return types with arguments of type LogitChoiceModel Modifier and Type Method Description LogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. createAndRegisterLogitModel(String logitChoiceModelType)create and register the logit model of choiceLogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. getLogitModel()Collect the logit model configuratorMethods in org.planit.path.choice with parameters of type LogitChoiceModel Modifier and Type Method Description voidStochasticPathChoice. setLogitModel(LogitChoiceModel logitChoiceModel)set the chosen logit model -
Uses of LogitChoiceModel in org.planit.path.choice.logit
Classes in org.planit.path.choice.logit with type parameters of type LogitChoiceModel Modifier and Type Class Description classLogitChoiceModelConfigurator<T extends LogitChoiceModel>Base class for all logit choice model configurator implementationsSubclasses of LogitChoiceModel in org.planit.path.choice.logit Modifier and Type Class Description classMultinomialLogitMNL choice model implementationMethods in org.planit.path.choice.logit that return types with arguments of type LogitChoiceModel Modifier and Type Method Description static LogitChoiceModelConfigurator<? extends LogitChoiceModel>LogitChoiceModelConfiguratorFactory. createConfigurator(String logitChoiceModelType)Create a configurator for given logit choice model typeMethods in org.planit.path.choice.logit with parameters of type LogitChoiceModel Modifier and Type Method Description voidLogitChoiceModelConfigurator. configure(LogitChoiceModel logitChoiceModel)Needed to avoid issues with generics, although it should be obvious that T extends logit choice model
-