CBR Knowledge Base: car_diagnosis Attributes: brand, engine_noise, year, price, is_electric Total cases: 2 Similarity functions: brand(symbolic), year(linear), price(inv_dist) Output feature: solution_repair_cost $ reader cbr car_diagnosis.cbr --stats Output:
DOMAIN: car-diagnosis ATTRIBUTES: - brand: symbolic - engine_noise: symbolic - year: integer - price: float - is_electric: boolean CASES: case1: brand=tesla, engine_noise=quiet, year=2022, price=45000.0, is_electric=true case2: brand=bmw, engine_noise=loud, year=2019, price=32000.0, is_electric=false reader cbr
SIMILARITY: brand: euclidean_symbolic year: linear (max_diff=20) price: inverse_distance CBR Knowledge Base: car_diagnosis Attributes: brand