public class UKBenchGMMExperiment extends Object
Constructor and Description |
---|
UKBenchGMMExperiment() |
UKBenchGMMExperiment(String root) |
Modifier and Type | Method and Description |
---|---|
protected MixtureOfGaussians |
extract(org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment.IRecord<URL> item) |
Map<Integer,List<MixtureOfGaussians>> |
extractGroupGaussians() |
List<MixtureOfGaussians> |
extractGroupGaussians(int i) |
List<MixtureOfGaussians> |
extractGroupGaussians(UKBenchListDataset<org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment.IRecord<URL>> ukbenchObject) |
static void |
main(String[] args) |
double |
score(int object,
int image) |
public UKBenchGMMExperiment()
public UKBenchGMMExperiment(String root)
public static void main(String[] args) throws IOException, org.kohsuke.args4j.CmdLineException
args
- IOException
org.kohsuke.args4j.CmdLineException
protected MixtureOfGaussians extract(org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment.IRecord<URL> item)
public double score(int object, int image)
public Map<Integer,List<MixtureOfGaussians>> extractGroupGaussians()
public List<MixtureOfGaussians> extractGroupGaussians(int i)
public List<MixtureOfGaussians> extractGroupGaussians(UKBenchListDataset<org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment.IRecord<URL>> ukbenchObject)