All Downloads are FREE. Search and download functionalities are using the official Maven repository.

angry1980.audio.service.TrackSimilarityStatsService Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package angry1980.audio.service;

import angry1980.audio.stats.FingerprintTypeComparing;
import angry1980.audio.stats.FingerprintTypeResult;
import rx.Observable;

import java.util.List;
import java.util.Map;

public interface TrackSimilarityStatsService {

    Observable getResultDependsOnFingerprintType();

    Observable compareFingerprintTypes();

    int getCommonCount();

    Map> generateClusters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy