edu.udo.cs.yale.operator.features.transformation
Interface ComponentWeightsCreatable

All Known Implementing Classes:
FastICAModel, GHAModel, PCAModel

public interface ComponentWeightsCreatable

This is an interface for models holding several components for feature transformation. For each component the AttributeWeights have to be available.

Version:
$Id: ComponentWeightsCreatable.java,v 1.1 2006/04/14 13:07:13 ingomierswa Exp $
Author:
Daniel Hakenjos

Method Summary
 AttributeWeights getWeightsOfComponent(int component)
           
 

Method Detail

getWeightsOfComponent

AttributeWeights getWeightsOfComponent(int component)
                                       throws OperatorException
Throws:
OperatorException


Copyright © 2001-2006