package keel.Algorithms.Fuzzy_Rule_Learning.Genetic.ClassifierSLAVE2; public class Double_t { public double value; Double_t (double valor){ this.value = valor; } }