Package org.anchoranalysis.feature.session
package org.anchoranalysis.feature.session
A defined context in which one or more features are provided inputs and produce results.
-
ClassesClassDescriptionA single-point in the code for creating feature-sessions (a factory).SequentialSession<T extends FeatureInput>Calculates features with successively different inputs, without caching any results from one input to the next.SessionInputSequential<T extends FeatureInput>A feature-input that will be used in a
SequentialSession