nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories
Class InstanceInstanceFactory

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories.InstanceInstanceFactory
All Implemented Interfaces:
InstanceFactory

public class InstanceInstanceFactory
extends java.lang.Object
implements InstanceFactory

Returns the underlying instance without any modification.


Constructor Summary
InstanceInstanceFactory()
           
 
Method Summary
 weka.core.Instance transform(java.lang.Object value, java.lang.String name)
          Transform an object into an Instance where the name of the dataset and the names of the attributes are derived from the name provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceInstanceFactory

public InstanceInstanceFactory()
Method Detail

transform

public weka.core.Instance transform(java.lang.Object value,
                                    java.lang.String name)
Description copied from interface: InstanceFactory
Transform an object into an Instance where the name of the dataset and the names of the attributes are derived from the name provided.

Specified by:
transform in interface InstanceFactory
Parameters:
value - Property value to be transformed
name - string utilized to derive a dataset name and attribute names.
Returns:
Instance representing this object