Uses of Class
org.goplanit.path.choice.logit.LogitChoiceModel
-
Packages that use LogitChoiceModel Package Description org.goplanit.path.choice PLANit path choice classesorg.goplanit.path.choice.logit PLANit logit based path choice classes -
-
Uses of LogitChoiceModel in org.goplanit.path.choice
Fields in org.goplanit.path.choice declared as LogitChoiceModel Modifier and Type Field Description protected LogitChoiceModel
StochasticPathChoice. logitChoiceModel
The registered logit choice modelFields in org.goplanit.path.choice with type parameters of type LogitChoiceModel Modifier and Type Field Description protected LogitChoiceModelConfigurator<? extends LogitChoiceModel>
StochasticPathChoiceConfigurator. logitChoiceModelConfigurator
logit choice model configuratorMethods in org.goplanit.path.choice that return LogitChoiceModel Modifier and Type Method Description protected LogitChoiceModel
StochasticPathChoiceBuilder. createLogitChoiceModelInstance(StochasticPathChoiceConfigurator configurator)
create a logit model instance based on passed in configuratorMethods in org.goplanit.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.goplanit.path.choice with parameters of type LogitChoiceModel Modifier and Type Method Description void
StochasticPathChoice. setLogitModel(LogitChoiceModel logitChoiceModel)
set the chosen logit model -
Uses of LogitChoiceModel in org.goplanit.path.choice.logit
Classes in org.goplanit.path.choice.logit with type parameters of type LogitChoiceModel Modifier and Type Class Description class
LogitChoiceModelConfigurator<T extends LogitChoiceModel>
Base class for all logit choice model configurator implementationsSubclasses of LogitChoiceModel in org.goplanit.path.choice.logit Modifier and Type Class Description class
MultinomialLogit
MNL choice model implementationMethods in org.goplanit.path.choice.logit that return LogitChoiceModel Modifier and Type Method Description abstract LogitChoiceModel
LogitChoiceModel. clone()
Create a shallow copy of this entityMethods in org.goplanit.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.goplanit.path.choice.logit with parameters of type LogitChoiceModel Modifier and Type Method Description void
LogitChoiceModelConfigurator. configure(LogitChoiceModel logitChoiceModel)
Needed to avoid issues with generics, although it should be obvious that T extends logit choice modelConstructors in org.goplanit.path.choice.logit with parameters of type LogitChoiceModel Constructor Description LogitChoiceModel(LogitChoiceModel other)
Copy constructor
-