Interface PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInput>
- Type Parameters:
T- the type of feature input
- Enclosing class:
- PermuteFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInput>
Functional interface for creating first and second order statistical operations.
-
Method Summary
Modifier and Type Method Description StatisticalBase<T>create()Creates a newStatisticalBaseinstance.
-
Method Details
-
create
StatisticalBase<T> create()Creates a newStatisticalBaseinstance.- Returns:
- a new
StatisticalBaseinstance
-