Examples of PerWindowResult


Examples of org.vocvark.DataTypes.PerWindowResult

        if (settings.isSaveOverallRecordingFeatures()) {
            aggregatorContainer.addFeaturesExtractors(featureExtractors, featuresToSave);
            aggregatorContainer.aggregate(window_feature_values);
            return new OverallResult(recordingInfo, aggregatorContainer.getResults());
        } else {
            return new PerWindowResult(recordingInfo, perWindowFeaturesValuesToMap(window_feature_values));
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.