Uses of Interface
microsim.alignment.multiple.AlignmentMultiProbabilityClosure
Packages that use AlignmentMultiProbabilityClosure
-
Uses of AlignmentMultiProbabilityClosure in microsim.alignment.multiple
Methods in microsim.alignment.multiple with parameters of type AlignmentMultiProbabilityClosureModifier and TypeMethodDescriptionabstract voidAbstractMultiProbabilityAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare) voidLogitScalingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare) Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare, int maxNumberIterations, double precision, boolean enableWarnings) Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare) Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare, int maxNumberIterations, double precision, boolean enableWarnings) Aligns a sub-population of objects using Logit Scaling alignment.