LodashChain class

The root of the console API

Constructors

LodashChain(List<List<num>> dim2data)
LodashChain.d0(num dim0data)
LodashChain.d1(List<num> dim1data)
LodashChain.emptyClone(LodashChain object)

Properties

currentDim int
getter/setter pair
dim0data num
getter/setter pair
dim1data List<num>
getter/setter pair
dim2data List<List<num>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueShape List<int>
no setter

Methods

countByToPairs(int index) LodashChain
filter(Function fn) LodashChain
first() LodashChain
lastInChain() LodashChain
map(Function fn) LodashChain
normalize(int numColumns) LodashChain
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size() LodashChain
slice([int start = 0, int end = 0]) LodashChain
sortByColumn(int index) LodashChain
sum() LodashChain
toString() String
A string representation of this object.
override
value() → dynamic
zip(List<num> array) LodashChain

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

initialized bool
getter/setter pair

Static Methods

distance(List<num> v1, List<num> v2) num
initial(List<num> input) List<num>
knn(List<List<num>> trainingSet, List<num> testPoint, {int k = 0}) num
last(List<num> input) num?
listMax(List<num> data) num
listMin(List<num> data) num