moj.ri
Class RIprops

java.lang.Object
  extended by moj.ri.RIprops
Direct Known Subclasses:
TrainRIprops

public class RIprops
extends java.lang.Object

Version:
2006-Sep-26
Author:
Martin Hassel

Field Summary
 int dimensionality
           
 boolean documentLabels
           
 int leftWindowSize
           
 int randomDegree
           
 int rightWindowSize
           
 int seed
           
 boolean unaryLabels
           
 java.lang.String weightingScheme
           
 
Constructor Summary
RIprops(java.lang.String propsfile)
           
 
Method Summary
 void writeProperties(java.io.OutputStreamWriter osw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensionality

public int dimensionality

randomDegree

public int randomDegree

seed

public int seed

leftWindowSize

public int leftWindowSize

rightWindowSize

public int rightWindowSize

weightingScheme

public java.lang.String weightingScheme

documentLabels

public boolean documentLabels

unaryLabels

public boolean unaryLabels
Constructor Detail

RIprops

public RIprops(java.lang.String propsfile)
Method Detail

writeProperties

public void writeProperties(java.io.OutputStreamWriter osw)