edu.indiana.iucbrf.examples.realtor
Class RealtorTestClass

java.lang.Object
  extended by edu.indiana.iucbrf.examples.realtor.RealtorTestClass

public class RealtorTestClass
extends java.lang.Object

This class can be run to test the functionality of this CBR House Appraisal system. This is a simple example to demonstrate IUCBRF functionality; it is not intended to be a fully realistic realtor application. The "solution" to a case describes the market value of a house, based on five problem features: size, age, local traffic congestion, tax rate, and crime rate. When a problem is presented to the system, the single nearest case is retrieved, and a simple adaptation based on house size is performed. This result is compared to the reference solution. See Domain class for details of the reference solution. There are several options in running this application, selectable by a simple edit of the main method. This approach was taken in preference to cluttering this IUCBRF demo with extra GUI code.


Field Summary
static FeatureKey sizeFeatureKey
           
 
Constructor Summary
RealtorTestClass()
          Creates new RealtorTestClass
 
Method Summary
static void main(java.lang.String[] args)
          Test the functionality of this CBR system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeFeatureKey

public static FeatureKey sizeFeatureKey
Constructor Detail

RealtorTestClass

public RealtorTestClass()
Creates new RealtorTestClass

Method Detail

main

public static void main(java.lang.String[] args)
Test the functionality of this CBR system

Parameters:
args - the command line arguments