CNTKModel

class CNTKModel.CNTKModel(batchInput=True, convertOutputToDenseVector=True, feedDict={'argument_0': 'argument_0'}, fetchDict={'output_0': 'output_0'}, miniBatcher=None, model=None, shapeOutput=False)[source]

Bases: mmlspark._CNTKModel._CNTKModel

Parameters:
  • SparkSession (SparkSession) – The SparkSession that will be used to find the model
  • location (str) – The location of the model, either on local or HDFS
getInputCol()[source]
getInputNode()[source]
getInputNodeIndex()[source]
getInputShapes()[source]
getOutputCol()[source]
getOutputNode()[source]
getOutputNodeIndex()[source]
rebroadcastCNTKModel(sparkSession)[source]
setInputCol(n)[source]
setInputNode(n)[source]
setInputNodeIndex(n)[source]
setMiniBatchSize(n)[source]
setModelLocation(location)[source]
setOutputCol(n)[source]
setOutputNode(n)[source]
setOutputNodeIndex(n)[source]