org.knime.base.node.preproc.discretization.caim2.modelcreator
Class BoundaryScheme

java.lang.Object
  extended by org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme

public class BoundaryScheme
extends Object

A boundary scheme holds the boundaries as linked doubles and the number of boundaries (number of linked doubles).

Author:
Christoph Sieb, University of Konstanz

Constructor Summary
BoundaryScheme(LinkedDouble head, int numBoundaries)
          Creates a boundary scheme from the linked double list and the number of doubles.
 
Method Summary
 LinkedDouble getHead()
          The head of the linked double list.
 int getNumBoundaries()
          The number of boundaries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundaryScheme

public BoundaryScheme(LinkedDouble head,
                      int numBoundaries)
Creates a boundary scheme from the linked double list and the number of doubles.

Parameters:
head - the head of the linked double list
numBoundaries - the num of linked doubles (boundaries)
Method Detail

getHead

public LinkedDouble getHead()
The head of the linked double list.

Returns:
the linked double list (the boundaries)

getNumBoundaries

public int getNumBoundaries()
The number of boundaries.

Returns:
the number of boundaries


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.