Interface PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends FeatureInput>
- Type Parameters:
T
- the type of feature input
- Enclosing class:
PermuteFirstSecondOrder<T extends 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 FeatureInput>
Functional interface for creating first and second order statistical operations.
-
Method Summary
-
Method Details
-
create
StatisticalBase<T> create()Creates a newStatisticalBase
instance.- Returns:
- a new
StatisticalBase
instance
-