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
 MiningResult ArchiveFile.getAssociatedMiningResult()
          Gets the MiningResult for AssociatedMiningResult
 MiningResult Text.getAssociatedTrainedResult()
          Gets the MiningResult for AssociatedTrainedResult
 MiningResult TextStore.getOwningMiningResult()
          Gets the MiningResult for OwningMiningResult
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.