Show / Hide Table of Contents

Class ImageNetPrediction

Inheritance
System.Object
ImageNetPrediction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Applications
Assembly: Keras.dll
Syntax
public class ImageNetPrediction

Properties

| Improve this Doc View Source

PredictedValue

Declaration
public double PredictedValue { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Word

Declaration
public string Word { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WordID

Declaration
public string WordID { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX