Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.data.model
Class LinearEquationModel

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.model.BaseModel
      extended by de.lmu.ifi.dbs.elki.data.model.LinearEquationModel
All Implemented Interfaces:
Model, TextWriteable

public class LinearEquationModel
extends BaseModel
implements TextWriteable

Cluster model containing a linear equation system for the cluster.

Author:
Erich Schubert

Field Summary
private  LinearEquationSystem les
          Equation system
 
Constructor Summary
LinearEquationModel(LinearEquationSystem les)
          Constructor
 
Method Summary
 LinearEquationSystem getLes()
          Get assigned Linear Equation System
 void setLes(LinearEquationSystem les)
          Assign new Linear Equation System.
 void writeToText(TextWriterStream out, String label)
          Implementation of TextWriteable interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

les

private LinearEquationSystem les
Equation system

Constructor Detail

LinearEquationModel

public LinearEquationModel(LinearEquationSystem les)
Constructor

Parameters:
les -
Method Detail

getLes

public LinearEquationSystem getLes()
Get assigned Linear Equation System

Returns:
linear equation system

setLes

public void setLes(LinearEquationSystem les)
Assign new Linear Equation System.

Parameters:
les - new linear equation system

writeToText

public void writeToText(TextWriterStream out,
                        String label)
Implementation of TextWriteable interface

Specified by:
writeToText in interface TextWriteable
Overrides:
writeToText in class BaseModel
Parameters:
out - Output writer
label - Label

Release 0.2 (2009-07-06_1820)