Uses of Interface
com.sas.metadata.remote.MiningResult

Packages that use MiningResult
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of MiningResult in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return MiningResult
abstract  MiningResult ArchiveFile.getAssociatedMiningResult()
          Gets the MiningResult for AssociatedMiningResult
abstract  MiningResult Text.getAssociatedTrainedResult()
          Gets the MiningResult for AssociatedTrainedResult
abstract  MiningResult TextStore.getOwningMiningResult()
          Gets the MiningResult for OwningMiningResult
 

Methods in com.sas.metadata.remote with parameters of type MiningResult
abstract  void ArchiveFile.setAssociatedMiningResult(MiningResult inObject)
          Sets the AssociatedMiningResults list 0th element to be inObject.
abstract  void Text.setAssociatedTrainedResult(MiningResult inObject)
          Sets the AssociatedTrainedResults list 0th element to be inObject.
abstract  void TextStore.setOwningMiningResult(MiningResult inObject)
          Sets the OwningMiningResults list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.