Refactor the class name EarIdentifierResult to EarIdList.

parent 082940ed
...@@ -4,8 +4,10 @@ package com.aluxoft.earrecognition.common; ...@@ -4,8 +4,10 @@ package com.aluxoft.earrecognition.common;
* Created by josejuliomartinez on 06/10/15. * Created by josejuliomartinez on 06/10/15.
* Stores the result of an identification (top10) * Stores the result of an identification (top10)
*/ */
public class EarIdentifierResult { public class EarIdList {
// Store EarFeatures
// Store Top-x
private EarFeature
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment