Generic_Matching_Result.java [src/java/methods/objects] Revision: default Date:
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package methods.objects;
import java.util.Map;
/**
*
* @author hokipka
*/
public class Generic_Matching_Result {
public String LMOD_Key;
public boolean Rotation;
public int Rotation_Duration;
public String Acronym_Sequence;
public String CropName_Sequence;
public String Vegetation_Sequence;
public double Avg_Confidence_Value;
public String Detected_Rebuilt_Rotation;
public String Jaro_Similarity_Value;
public String Rot_Start_years;
public boolean rotation_irrigation_correct;
public Map<Boolean, Integer[]> custom_start_end;
}